123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- socket:
- io:
- host: 0.0.0.0
- port: 9092
- platform: /inform
- 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)
- driver-class-name: com.mysql.jdbc.Driver
- mybatis-plus:
- mapper-locations: classpath*:/mapper/**/*.xml
-
- typeAliasesPackage: ins.platform.po
-
- global-config:
-
- db-config:
-
- id-type: id_worker
-
- field-strategy: not_empty
-
- column-underline: true
-
-
-
- logic-delete-value: 0
- logic-not-delete-value: 1
- db-type: h2
-
- refresh: true
-
- logging:
- level:
- com.onepro.custom.mapper: DEBUG
- saa:
- power: false
- basePackage: ins/**/po
- address:
- record: /home/record/
- im:
- satis: 192.168.1.110:9001
|