leozj
2018-10-15 11:20
Springboot 使用shiro
在spring boot中使用shiro,可以直接依赖 spring boot的shiro启动器依赖,然后主要就是配置文件修改【yml或者properties】
<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot-starter</artifactId> <version>1.4.0</version> </dependency>
具体可以参考以下链接:https://www.cnblogs.com/ll409546297/p/7815409.html
就跟spring 使用一样,把配置文件*.xml ,该springboot 中的注解应该是这样
Shiro安全框架入门
48040 学习 · 332 问题
相似问题