123123
This commit is contained in:
parent
6991bd42e8
commit
9f82b9055e
|
@ -33,7 +33,6 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
|
||||||
String port = env.getProperty("server.port");
|
String port = env.getProperty("server.port");
|
||||||
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
|
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
|
||||||
log.info("\n----------------------------------------------------------\n\t" +
|
log.info("\n----------------------------------------------------------\n\t" +
|
||||||
"Application Jeecg-Boot 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文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
||||||
|
|
Loading…
Reference in New Issue