This commit is contained in:
parent
9f82b9055e
commit
ae173c7b17
|
@ -31,7 +31,6 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
|
|||
Environment env = application.getEnvironment();
|
||||
String ip = InetAddress.getLocalHost().getHostAddress();
|
||||
String port = env.getProperty("server.port");
|
||||
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
|
||||
log.info("\n----------------------------------------------------------\n\t" +
|
||||
"Local: \t\thttp://localhost:" + port + path + "/\n\t" +
|
||||
"External: \thttp://" + ip + ":" + port + path + "/\n\t" +
|
||||
|
|
Loading…
Reference in New Issue