|
@@ -37,8 +37,8 @@ public class StartApplication {
|
|
|
log.info("""
|
|
|
StartApplication
|
|
|
----------------------------------------------------------
|
|
|
- ------------- 访问URLs:http://localhost:{}
|
|
|
- 启动成功,欢迎! ----------
|
|
|
+ ------------- URLs:http://localhost:{}
|
|
|
+ Startup successful, welcome! ----------
|
|
|
----------------------------------------------------------""",
|
|
|
env.getProperty("server.port"));
|
|
|
}
|