|
@@ -25,6 +25,24 @@ spring:
|
|
|
#单次请求总文件大小
|
|
|
max-request-size: 100MB
|
|
|
datasource:
|
|
|
+ lis:
|
|
|
+ jdbc-url: "jdbc:sqlserver://172.16.32.178:1433;databaseName=eLimsCore"
|
|
|
+ #jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=eLimsCore"
|
|
|
+ username: "sa"
|
|
|
+ password: "hnthxyyy"
|
|
|
+ #password: "SAthyy123"
|
|
|
+ driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
|
|
|
+ # Hikari connection pool
|
|
|
+ type: "com.zaxxer.hikari.HikariDataSource"
|
|
|
+ minimum-idle: 5
|
|
|
+ maximum-pool-size: 15
|
|
|
+ auto-commit: true
|
|
|
+ idle-timeout: 30000
|
|
|
+ pool-name: DatebookHikariCP
|
|
|
+ max-lifetime: 1800000
|
|
|
+ connection-timeout: 30000
|
|
|
+ connection-test-query: SELECT 1
|
|
|
+ validation-timeout: 10000
|
|
|
his:
|
|
|
jdbc-url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
|
|
|
#jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=thxyhisdb"
|