123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- logging:
- level:
- org.springframework.web: INFO
- com.github.binarywang.demo.wx.mp: DEBUG
- me.chanjar.weixin: DEBUG
- wechat:
- open:
- componentAppId: wxebb6d40071dc817e
- componentSecret: fb87e72522d3af0e1acd18fdc21522a3
- componentToken: A_TOKEN
- componentAesKey: lr3dxCbG0Clep5zo9F2wZ7owkjOaDBr76lmlGSRhLio
- redis:
- database: 0
- password: Cs123456
- host: 192.168.1.210
- port: 6379
- hadoop:
- hdfs: hdfs://192.168.1.135:9000
- spring:
- devtools:
- restart:
- enabled: false
- rabbitmq:
- host: 192.168.1.210
- port: 5672
- username: guest
- password: guest
- datasource:
-
- type: com.zaxxer.hikari.HikariDataSource
-
- driver-class-name: com.mysql.jdbc.Driver
-
-
-
- url: jdbc:mysql://192.168.1.201:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
- username: root
- password: Cs123456
- platform: mysql
- hikari:
- max-lifetime: 1765000
- maximum-pool-size: 15
- auto-commit: true
- connection-test-query: select 1
- mybatis-plus:
- mapper-locations: classpath*:mapper/*Mapper.xml
-
- typeAliasesPackage: com.sinosoft.gateway.wx.mp.entity;ins.platform.template.model
-
- 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
-
- configuration:
- map-underscore-to-camel-case: true
- cache-enabled: false
|