前言
在前面已经介绍了通过内存方式配置用户,我们接着上一节继续介绍通过权限配置。
权限配置
添加用户
在上一节的基础上,我们再添加一个用户名为admin,密码123,权限admin的用户。
@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.inMemoryAuthentication()
.withUser("user")
.passwor
版权声明:本文不是「本站」原创文章,版权归原作者所有 | 原文地址: