| 123456789101112131415161718192021222324 |
- server:
- port: 8805
- servlet:
- context-path: /wxserver
- spring:
- application:
- name: wxservice-server
- thymeleaf:
- cache: false
- datasource:
- url: jdbc:jtds:sqlserver://172.16.32.160:1433/thxyhisdb
- hikari:
- username: sa
- password:
- minimum-idle: 5
- idle-timeout: 180000
- maximum-pool-size: 8
- auto-commit: true
- pool-name: MyHikariCP
- connection-timeout: 30000
- connection-test-query: select 1
- mybatis:
- configuration:
- map-underscore-to-camel-case: true
|