|
@@ -1,43 +0,0 @@
|
|
|
-spring:
|
|
|
- sleuth:
|
|
|
- sampler:
|
|
|
- percentage: 1.0
|
|
|
- hystrix:
|
|
|
- strategy:
|
|
|
- enabled: false
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://192.168.1.204:3306/callcenterdb?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)
|
|
|
-hadoop:
|
|
|
- hdfs: hdfs://192.168.1.135:9000
|
|
|
-
|
|
|
-mybatis:
|
|
|
- mapperLocations: classpath*:mapper/**/*Dao.xml
|
|
|
- executor-type: REUSE
|
|
|
-
|
|
|
-#工作流
|
|
|
-bpm:
|
|
|
- rule: NodeRule
|
|
|
-
|
|
|
-saa:
|
|
|
- power: false
|
|
|
- basePackage: ins/**/po
|
|
|
-
|
|
|
-
|
|
|
-dataServer:
|
|
|
- ip: 172.42.25.37
|
|
|
- port: 8080
|
|
|
- ftpIp: 192.168.1.145
|
|
|
- ftpPort: 21
|
|
|
- ftpCode: root
|
|
|
- ftpPwd: root
|