drone-common/src/main/java/org/sxkj/common/launch/LauncherServiceImpl.java
@@ -44,6 +44,9 @@ PropsUtil.setProperty(props, "spring.zipkin.base-url", LauncherConstant.zipkinAddr(profile)); PropsUtil.setProperty(props, "spring.datasource.dynamic.enabled", "false"); props.setProperty("knife4j.enable", "true"); props.setProperty("swagger.enabled", "true"); props.setProperty("spring.mvc.pathmatch.matching-strategy", "ANT_PATH_MATCHER"); // 开启elk日志 // PropsUtil.setProperty(props, "blade.log.elk.destination", LauncherConstant.elkAddr(profile));