12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- server:
- port: 8706
- 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"
- 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"
- 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: 192.168.200.3
- port: 5672
- username: dj
- password: 123456
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- mvc:
- format:
- date: yyyy-MM-dd
- date-time: yyyy-MM-dd HH:mm:ss
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- logging:
- level:
- thyyxxk.webserver.dao: info
- UPLOAD_BASE: http://172.16.32.163
- CSSYB_UPLOAD_BASE: http://172.16.32.159
- CSSYB_BASE: http://172.16.32.159:1000/cssyb/
- HNSYB_BASE: http://172.16.32.163:2000/hnsyb/
- XNHYB_BASE: http://172.16.32.163:3000/xnhyb/
- HNSYB_MT_INFO: http://172.16.32.163:2000/shengyb/mt/getPersonInfo
- CSSYB_READ_MZ_PATIENT: http://172.16.32.159:1000/mzsyb/readPatient
- CSSYB_MT_INFO: http://172.16.32.159:1000/mzsyb/queryApplyInfo
- CSSYB_MT_PRE_CAL: http://172.16.32.159:1000/mzsyb/mzPreCalculate
- PROOFREAD: http://172.16.32.163:1111/proofread/start
- hrg-api-url: http://webhis.thyy.cn:81/thmz/api/v1
- powersi-api-url: http://172.16.32.183:8916/mmg-gateway
- triage-notify-url: http://webhis.thyy.cn:8082/triage/roomScreen/pushMsg
- si-tj-url: http://jkglcsx.server.zhongmeihealth.com/openInter
- si-api-url: http://10.90.129.31:20001/isp-api/powercsb/1101
- si-access-key: 9snmKvEVZJBrAkcpgZ9075QCshQ49GH1EnB3wc
- si-secret-key: SKNEbk3E0efsrmJ3PGbClqABprNHcQZFKldR2QNP
|