test
This commit is contained in:
parent
628765596a
commit
986d43b185
|
@ -31,7 +31,7 @@ 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"));
|
||||
String path = oConvertUtils.getString(env.getProperty("server.servle1111t.context-path"));
|
||||
System.out.println("test");
|
||||
log.info("\n----------------------------------------------------------\n\t" +
|
||||
"Local: \t\thttp://localhost:" + port + path + "/\n\t" +
|
||||
|
|
Loading…
Reference in New Issue