12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- 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.201:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
- username: root
- password: admin01
- 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-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/
|