123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- 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:
- configuration:
- cache-enabled: true
- 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
-
- sql-parser-cache: true
- server:
- port: 18070
- address:
- record: /home/record/
- saa:
- power: false
- basePackage: ins/**/po
- network:
- intranet: true
- logging:
- level: debug
- ai:
- dial-url: http://192.168.1.204:18000/
- apiins:
- url: https://wxpb-dev.apiins.com/VideoWorld/
- serviceUrl: http://112.95.154.98:8611/oms_tm/smsSend.service
- aliyun:
- accessKeyId: LTAIdhCtJteymPnw
- accessKeySecret: zu2iYaMLOm1eargpedNBK0fPqH8FHI
- appKey: 5VqasoVVrKScmFPk
- addressKey: 68kaknufjr4a
- ascription:
- url: http://api.online-service.vip/phone
- amap:
- key: ff4903d14da58237962cfa1406061d37
|