2021
01-26
01-26
基于SpringBoot2的Shiro最简配置操作(两个文件)
基础环境:依赖<parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.2.1.RELEASE</version><relativePath/><!--lookupparentfromrepository--></parent><dependency><groupId>org.apache.shiro</groupId><artifactId>shiro-spring-boot-starter</artifactId><version>1.4.0</version></dependency>如果不是前后端分离,要实现页面级的权限控制,则加...
继续阅读 >