12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- server:
- port: 8707
- spring:
- thymeleaf:
- cache: false
- datasource:
- dynamic:
- primary: his
- strict: false
- datasource:
- his:
- 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"
- 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"
- 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:
- configuration:
- map-underscore-to-camel-case: true
- UPLOAD_BASE:
- http://172.16.30.26
- CSSYB_BASE:
- http://172.16.30.26:1000/cssyb/
- HNSYB_BASE:
- http://172.16.30.26:2000/hnsyb/
- XNHYB_BASE:
- http://172.16.30.26:3000/xnhyb/
- HNSYB_MT_INFO:
- http://172.16.30.26:2000/shengyb/mt/getPersonInfo
- CSSYB_READ_MZ_PATIENT:
- http://172.16.30.26:1000/mzsyb/readPatient
- CSSYB_MT_INFO:
- http://172.16.30.26:1000/mzsyb/queryApplyInfo
- CSSYB_MT_PRE_CAL:
- http://172.16.30.26:1000/mzsyb/mzPreCalculate
|