摘要: SpringSecurity设置登录的三个方式(基于SpringBoot) SpringSecurity Web 权限方案 1.通过配置文件 在SpringSecurity接管后会默认使用它的用户名和每次启动随机加密的密码 2.通过配置类 定义一个config的配置类,加上@Configuratio 阅读全文
posted @ 2021-04-13 21:52 UsualMind 阅读(1094) 评论(0) 推荐(0)