Commit 6933cad7 authored by tangwei's avatar tangwei

修改类型

parent 1f512f6e
...@@ -54,7 +54,7 @@ public class AmosJcsApplication { ...@@ -54,7 +54,7 @@ public class AmosJcsApplication {
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"));
GlobalExceptionHandler.setAlwaysOk(true); GlobalExceptionHandler.setAlwaysOk(true);
String logs=String.format("%n----------------------------------------------------------%n Application Amos-Biz-Boot is running! Access URLs:%n Swagger文档: http:// %c : %c %c /doc.html%n----------------------------------------------------------",ip,port,path); String logs=String.format("%n----------------------------------------------------------%n Application Amos-Biz-Boot is running! Access URLs:%n Swagger文档: http:// %s : %s %s /doc.html%n----------------------------------------------------------",ip,port,path);
logger.info( logs); logger.info( logs);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment