version
This commit is contained in:
parent
1ac4d06149
commit
5d90c5919d
@ -128,7 +128,7 @@ public class WebSecurityConfig {
|
||||
// 初始化用户
|
||||
User user = new User();
|
||||
user.setUsername("admin");
|
||||
user.setPassword("admin123456");
|
||||
user.setPassword("Unicom@2020");
|
||||
user.setType(UserType.SUPER_ADMIN);
|
||||
user.setEnable(true);
|
||||
user.setApp(false);
|
||||
|
Loading…
Reference in New Issue
Block a user