|
@@ -41,16 +41,15 @@ spring:
|
|
|
max-request-size: 1000MB
|
|
|
datasource:
|
|
|
his:
|
|
|
-# jdbc-url: "jdbc:sqlserver://130.150.161.71:1433;databaseName=hisdb"
|
|
|
-# username: "sa"
|
|
|
-# password: "Symhyy@123"
|
|
|
+ jdbc-url: "jdbc:sqlserver://130.150.161.71:1433;databaseName=hisdb"
|
|
|
+ username: "sa"
|
|
|
+ password: "Symhyy@123"
|
|
|
# jdbc-url: "jdbc:sqlserver://130.150.161.124:1433;databaseName=po"
|
|
|
# username: "sa"
|
|
|
# password: "root"
|
|
|
-# jdbc-url: "jdbc:sqlserver://130.150.161.123:1433;databaseName=lijuSql"
|
|
|
- jdbc-url: "jdbc:sqlserver://localhost:1433;databaseName=lijuSql"
|
|
|
- username: "sa"
|
|
|
- password: "root"
|
|
|
+ # jdbc-url: "jdbc:sqlserver://130.150.161.123:1433;databaseName=lijuSql"
|
|
|
+ # username: "sa"
|
|
|
+ # password: "root"
|
|
|
driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
|
|
|
durid:
|
|
|
#type: com.alibaba.druid.pool.DruidDataSource
|
|
@@ -159,8 +158,7 @@ zyServiceUrl: "http://130.150.161.72:8706"
|
|
|
#特殊门诊生产地址
|
|
|
tsmzServiceUrl: "http://130.150.161.72:8706/markMtFees"
|
|
|
|
|
|
-siInventoryServiceUrl: "http://localhost:8706/siInventory"
|
|
|
-# siInventoryServiceUrl: "http://130.150.161.72:8706/siInventory"
|
|
|
+siInventoryServiceUrl: "http://130.150.161.72:8706/siInventory"
|
|
|
#流行病调查问卷生产地址
|
|
|
lxbdcwjUrl: "http://tbd"
|
|
|
|