update logger

This commit is contained in:
thinkgem
2025-10-10 16:43:31 +08:00
parent 273e478ee2
commit e4388c0603

View File

@@ -26,7 +26,7 @@ public class MiniApplication extends SpringBootServletInitializer {
SpringApplication.run(MiniApplication.class, args);
logger.info(
"\r\n\r\n==============================================================\r\n"
+ "\r\n 启动完成,系统监控地址http://127.0.0.1:"
+ "\r\n 启动完成监控地址http://127.0.0.1:"
+ Global.getProperty("server.port") + FileUtils.path("/"
+ Global.getProperty("server.servlet.context-path")
+ Global.getAdminPath()) + "/state/server/index"