Przeglądaj źródła

Delete zuul-server.yml

Administrator 5 lat temu
rodzic
commit
600fc7ac0b
1 zmienionych plików z 0 dodań i 26 usunięć
  1. 0 26
      config-repo/zuul-server.yml

+ 0 - 26
config-repo/zuul-server.yml

@@ -1,26 +0,0 @@
-spring:
-  sleuth:
-    sampler:
-      percentage: 1.0
-    hystrix:
-      strategy:
-        enabled: false
-  datasource:
-    url: jdbc:mysql://192.168.1.204:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
-    username: root
-    password: Cs123456
-    max-idle: 10
-    max-wait: 10000
-    min-idle: 5
-    initial-size: 5
-    validation-query: SELECT 1
-    test-on-borrow: false
-    test-while-idle: true
-    time-between-eviction-runs-millis: 18800
-    jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
-mybatis:
-  mapperLocations: classpath*:mapper/**/*Dao.xml
-  executor-type: REUSE
-saa:
-  power: false
-  basePackage: ins/**/po