spring security
高某某。。
这个作者很懒,什么都没留下…
展开
-
spring security 在thymeleaf中的使用
Thymeleaf 对 Spring Security 的 支 持 都 放 在thymeleaf-extras-springsecurityX 中,目前最新版本为 5。所以需要在 项目中添加此 jar 包的依赖和 thymeleaf 的依赖。<dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-sp原创 2021-05-11 09:27:18 · 644 阅读 · 0 评论 -
spring security
spring security中的内置控制访问的方法 有这几种,permitAll是允许所有的请求denyAll是拒绝所有的请求anonymous是匿名authenticated是需要一定的认证才能进入fullyAuthenticated是完全认证,像rememberMe之类的登录不是直接输入密码和用户名的登录则无法访问rememberMe是记住我...原创 2021-05-09 15:18:50 · 57 阅读 · 0 评论