12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- socket:
- io:
- host: 0.0.0.0
- port: 9092
- platform: /inform
- spring:
- sleuth:
- sampler:
- percentage: 1.0
- hystrix:
- strategy:
- enabled: false
- datasource:
- dynamic:
- primary: master
- datasource:
- master:
- url: jdbc:mysql://172.16.88.234:3306/callcenterdb3.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
- driver-class-name: com.mysql.jdbc.Driver
- jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
- autoconfigure:
- exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
- 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: http://192.168.1.210:9001
-
- easemob:
- username: 18792805407@163.com
- password: qq123321
- url: http://robot.easemob.com
- tenantId: 57209
- robotId: f2c94f4b-8565-4023-848c-ac1370dc5bc2
|