会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
金色的鱼儿
博客园
首页
新随笔
联系
订阅
管理
2019年12月20日
Spring Security 自定义 登陆 权限验证
摘要: 转载于:https://www.jianshu.com/p/6b8fb59b614b 项目简介 基于Spring Cloud 的项目,Spring Cloud是在Spring Boot上搭建的所以按照Spring Boot的方式来写 Spring Security 配置 继承 WebSecurity
阅读全文
posted @ 2019-12-20 18:58 金色的鱼儿
阅读(3330)
评论(0)
推荐(0)
编辑
springboot中使用spring security,登录url就出现403错误
摘要: 参考链接:https://segmentfault.com/q/1010000012743613 有两个controller,一个是所有用户可以访问的@RequestMapping("user"),还有一个是管理员可以访问的@RequestMapping("admin")。 /user/login是
阅读全文
posted @ 2019-12-20 17:36 金色的鱼儿
阅读(11698)
评论(1)
推荐(0)
编辑
公告