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