spring security和shiro的安全处理
依赖
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!--
其实使用:spring-boot-starter-security即可。它包含的下面两个依赖
-->
<!-- spring-security-web-->
<dependency>
<groupId>

这篇博客详细探讨了Spring Security和Shiro在安全处理方面的应用,包括依赖配置、视图设置、用户认证与授权流程、注销功能及权限控制策略,还提及了'记住我'功能和设置首页地址的相关实现。

950

被折叠的 条评论
为什么被折叠?



