1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- server:
- port: 1100
- servlet:
- encoding:
- charset: UTF-8
- force: true
- enabled: true
- tomcat:
- uri-encoding: UTF-8
- spring:
- thymeleaf:
- cache: false
- datasource:
- dynamic:
- primary: his
- strict: false
- datasource:
- his:
- url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
- username: "sa"
- password:
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
- thmz:
- url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
- username: "root"
- password: "thyy@2018"
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "org.mariadb.jdbc.Driver"
- hikari:
- minimum-idle: 3
- idle-timeout: 180000
- maximum-pool-size: 10
- auto-commit: true
- pool-name: lisDbPool
- connection-timeout: 30000
- connection-test-query: select 1
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- forest:
- timeout: 0
- read-timeout: 0
- log-enabled: false
- log-request: false
- log-response-status: false
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- #正式环境
- si-api-url: http://dms.hun.hsip.gov.cn/isp-api/powercsb/1101
- si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
- si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
- web-his-url: http://172.16.32.160:8077
|