1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 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-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
- bpm:
- rule: WorkOrderNodeRule
- server:
- port: 18020
- address:
- record: D:\share\
- saa:
- power: false
- basePackage: ins/**/po
- logging:
- level: debug
- mail:
- server: smtp.qq.com
- sender: 247614188@qq.com
- nickname: 中科软科技
- username: 247614188@qq.com
- password: csdudyxumxnkbhag
- tisson:
- account: 'hb@test1'
- password: 'hbtest114'
- area: '0755'
- sendnumber: '118114'
|