修正日志输出中的访问URL提示信息,调整标点符号以提高可读性。
This commit is contained in:
@@ -49,7 +49,7 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
|
||||
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
|
||||
log.info("\n----------------------------------------------------------\n\t" +
|
||||
|
||||
"Application Jeecg-Boot is running! Access URLs:\n\t" +
|
||||
"Application Jeecg-Boot is running! Access URLs::\n\t" +
|
||||
"Local: \t\thttp://localhost:" + port + path + "\n\t" +
|
||||
"External: \thttp://" + ip + ":" + port + path + "/doc.html\n\t" +
|
||||
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
||||
|
||||
Reference in New Issue
Block a user