Просмотр исходного кода

移除启动文件中无用的配置

lixing 3 лет назад
Родитель
Сommit
78160302d9
1 измененных файлов с 1 добавлено и 15 удалено
  1. 1 15
      src/main/resources/bootstrap.yml

+ 1 - 15
src/main/resources/bootstrap.yml

@@ -18,8 +18,6 @@ spring:
           continue-on-error: true
           separator: ";"
           schema: classpath*:db/init/table.sql
-#          data: classpath*:db/init/data.sql
-
 
   data:
     elasticsearch:
@@ -30,22 +28,10 @@ spring:
           connection-timeout: 5000
 
 EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
-#EUREKA_CLIENT_DEFAULT_ZONE: http://frame:Hv7MpxJ5pBckigB@47.117.93.148/integrated-eureka/eureka/
-#CONFIG_SERVER_ID: poems-config
 
 mybatis-plus:
   configuration:
-#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-     log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
-logging:
-  level:
-     com:
-       persagy:
-         apm:
-           diagnose:
-             feign:
-               client:
-                 SaasWebClient: error
+    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
 
 integrated:
   swagger: