12345678910111213141516171819202122232425262728293031323334353637 |
- server:
- port: 1000
- servlet:
- encoding:
- charset: UTF-8
- force: true
- enabled: true
- tomcat:
- uri-encoding: UTF-8
- spring:
- thymeleaf:
- cache: false
- datasource:
- url: jdbc:jtds:sqlserver://172.16.32.168:1433/thxyhisdb
- hikari:
- username: sa
- password:
- minimum-idle: 1
- idle-timeout: 180000
- maximum-pool-size: 5
- auto-commit: true
- pool-name: MyHikariCP
- connection-timeout: 30000
- connection-test-query: select 1
- rabbitmq:
- host: 192.168.200.3 # 线上
- port: 5672
- username: dj
- password: 123456
- mybatis:
- configuration:
- map-underscore-to-camel-case: true
- si-api-url: http://10.136.68.158:22005/isp-api/powercsb/1101
- si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
- si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
|