This commit is contained in:
wangyu 2021-01-15 16:08:18 +08:00
parent 1ac4d06149
commit 5d90c5919d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class WebSecurityConfig {
// 初始化用户 // 初始化用户
User user = new User(); User user = new User();
user.setUsername("admin"); user.setUsername("admin");
user.setPassword("admin123456"); user.setPassword("Unicom@2020");
user.setType(UserType.SUPER_ADMIN); user.setType(UserType.SUPER_ADMIN);
user.setEnable(true); user.setEnable(true);
user.setApp(false); user.setApp(false);