|
@@ -31,6 +31,6 @@ public class FSAdminApplication
|
|
|
{
|
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
|
SpringApplication.run(FSAdminApplication.class, args);
|
|
|
- System.out.println("Admin启动成功 \n" + SecurityUtils.encryptPassword("123456"));
|
|
|
+ System.out.println("Admin启动成功 \n");
|
|
|
}
|
|
|
}
|