This commit is contained in:
thinkgem
2023-11-15 17:46:58 +08:00
parent bfd767f65b
commit d828879568

View File

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