摘要: Shiro 具有认证、授权、会话管理、加密。 是通过Filter实现,即通过URL规则来进行过滤和权限校验。 动态配置: https://www.jianshu.com/p/43ff03525d88 https://www.jianshu.com/p/d6ded24b9138 授权方法中用的对象在认 阅读全文
posted @ 2019-08-02 22:08 Utb 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://www.orchome.com/5 启动Kafka出现文件被占用: https://blog.csdn.net/zheng199172/article/details/82388364 kafka发送对象、数组方法:将对象、数组转为JSonStr。Json的使用办法:https:// 阅读全文
posted @ 2019-08-02 14:06 Utb 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Spring Boot对Redis操作进行了封装,其接口为Operations。 使用步骤: 1.增加依赖。(时间有点长) org.springframework.boot spring boot starter data redis 2.配置属性。(不配不影响使用) 3.配置Spring Boot 阅读全文
posted @ 2019-08-02 09:04 Utb 阅读(138) 评论(0) 推荐(0) 编辑