|
|
@@ -25,6 +25,6 @@ public class StartEventListener {
|
|
|
String appName = environment.getProperty("spring.application.name").toUpperCase();
|
|
|
int localPort = event.getWebServer().getPort();
|
|
|
String profile = StringUtils.arrayToCommaDelimitedString(environment.getActiveProfiles());
|
|
|
- log.info("============ [{}]---服务启动完成,当前使用的端口:[{}],环境变量:[{}] ============", new Object[]{appName, localPort, profile});
|
|
|
+ log.info("============ [{}]---服务启动完成,当前使用的端口:[{}],环境变量:[{}] ============", appName, localPort, profile);
|
|
|
}
|
|
|
}
|