| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- 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"
- 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_BASE:
- http://172.16.32.163: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.163:1000/mzsyb/readPatient
- CSSYB_MT_INFO:
- http://172.16.32.163:1000/mzsyb/queryApplyInfo
- CSSYB_MT_PRE_CAL:
- http://172.16.32.163:1000/mzsyb/mzPreCalculate
- PROOFREAD:
- http://172.16.32.163:1111/proofread/start
- si-api-url: http://10.90.0.11:8081/isp/powercsb/1101
- hrg-api-url: http://webhis.thyy.cn:81/thmz/api/v1
- powersi-api-url: http://172.16.32.183:8916/mmg-gateway
|