吉安感知网项目-后端
linwei
2026-01-17 e248b809640f407bb626a7000c92b0dfd7f24e4f
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));