|
@@ -4,32 +4,29 @@ spring:
|
|
|
thymeleaf:
|
|
|
cache: false
|
|
|
datasource:
|
|
|
- his:
|
|
|
- jdbc-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"
|
|
|
- minimum-idle: 10
|
|
|
- idle-timeout: 180000
|
|
|
- maximum-pool-size: 30
|
|
|
- auto-commit: true
|
|
|
- pool-name: hisDbPool
|
|
|
- connection-timeout: 30000
|
|
|
- connection-test-query: select 1
|
|
|
- lis:
|
|
|
- jdbc-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
|
|
|
+ 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
|