123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- server:
- port: 8706
- servlet:
- encoding:
- charset: utf-8
- spring:
- thymeleaf:
- cache: false
- datasource:
- dynamic:
- primary: dev
- 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"
- lis:
- url: "jdbc:sqlserver://172.16.32.178:1433;databaseName=eLimsCore"
- username: "sa"
- password: "hnthxyyy"
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
- dev:
- url: "jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb"
- username: "sa"
- password:
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
- jimu:
- url: "jdbc:postgresql://172.16.32.185:5432/bdp_db"
- username: "bdp"
- password: "Powersi$123"
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "org.postgresql.Driver"
- hikari:
- minimum-idle: 10
- idle-timeout: 180000
- maximum-pool-size: 30
- auto-commit: true
- pool-name: lisDbPool
- connection-timeout: 30000
- connection-test-query: select 1
- rabbitmq:
- host: 172.16.30.26 #测试
- port: 5672
- username: dj
- password: 123456
- jackson:
- time-zone: Asia/Shanghai
- date-format: yyyy-MM-dd HH:mm:ss
- mvc:
- format:
- date: yyyy-MM-dd
- date-time: 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
- triage-notify-url: http://localhost:8083/triage/roomScreen/pushMsg
- si-tj-url: http://jkglcsx.server.zhongmeihealth.com/openInter
- si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
- si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
- execute-scheduled: false
- logging:
- level:
- thyyxxk.webserver.dao: debug
|