|
@@ -30,14 +30,14 @@ public class zksyApplication {
|
|
|
String port = environment.getProperty("server.port");
|
|
String port = environment.getProperty("server.port");
|
|
|
String path = environment.getProperty("server.context-path");
|
|
String path = environment.getProperty("server.context-path");
|
|
|
path = path == null ? "" : path;
|
|
path = path == null ? "" : path;
|
|
|
- log.info("\n--------------------------------------------------------------\n\t" +
|
|
|
|
|
|
|
+ /*log.info("\n--------------------------------------------------------------\n\t" +
|
|
|
"Application DhccBootApplication is running! Access URLs:\n\t" +
|
|
"Application DhccBootApplication is running! Access URLs:\n\t" +
|
|
|
"Local: \t\thttp://localhost:" + port + path + "/\n\t" +
|
|
"Local: \t\thttp://localhost:" + port + path + "/\n\t" +
|
|
|
"External: \thttp://" + ip + ":" + port + path + "/\n\t" +
|
|
"External: \thttp://" + ip + ":" + port + path + "/\n\t" +
|
|
|
"swagger-ui: \thttp://" + ip + ":" + port + path + "/swagger-ui.html\n\t" +
|
|
"swagger-ui: \thttp://" + ip + ":" + port + path + "/swagger-ui.html\n\t" +
|
|
|
"code-create: \thttp://" + ip + ":" + port + path + "/gencode.html\n\t" +
|
|
"code-create: \thttp://" + ip + ":" + port + path + "/gencode.html\n\t" +
|
|
|
"doc.html: \thttp://" + ip + ":" + port + path + "/doc.html\n\t" +
|
|
"doc.html: \thttp://" + ip + ":" + port + path + "/doc.html\n\t" +
|
|
|
- "--------------------------------------------------------------");
|
|
|
|
|
|
|
+ "--------------------------------------------------------------");*/
|
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
|
|
System.out.println("=============系统启动成功================\n");
|
|
System.out.println("=============系统启动成功================\n");
|
|
|
}
|
|
}
|