|
|
@@ -0,0 +1,95 @@
|
|
|
+server:
|
|
|
+ port: 7201
|
|
|
+ tomcat:
|
|
|
+ uri-encoding: utf-8
|
|
|
+ threads:
|
|
|
+ min-spare: 20
|
|
|
+ max: 800
|
|
|
+ accept-count: 200
|
|
|
+ max-connections: 10000
|
|
|
+ servlet:
|
|
|
+ encoding:
|
|
|
+ charset: utf-8
|
|
|
+spring:
|
|
|
+ thymeleaf:
|
|
|
+ cache: false
|
|
|
+ datasource:
|
|
|
+ dynamic:
|
|
|
+ primary: dev
|
|
|
+ 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"
|
|
|
+ dev:
|
|
|
+ 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"
|
|
|
+ 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
|
|
|
+ jackson:
|
|
|
+ time-zone: Asia/Shanghai
|
|
|
+ date-format: yyyy-MM-dd HH:mm:ss
|
|
|
+ mvc:
|
|
|
+ format:
|
|
|
+ date: yyyy-MM-dd
|
|
|
+ date-time: yyyy-MM-dd HH:mm:ss
|
|
|
+forest:
|
|
|
+ timeout: 0
|
|
|
+ read-timeout: 0
|
|
|
+ log-enabled: false
|
|
|
+ log-request: false
|
|
|
+ log-response-status: false
|
|
|
+ variables:
|
|
|
+ socketCenter: http://localhost:8707/socketApi
|
|
|
+
|
|
|
+mybatis-plus:
|
|
|
+ configuration:
|
|
|
+ map-underscore-to-camel-case: true
|
|
|
+
|
|
|
+execute-scheduled: false
|
|
|
+
|
|
|
+triage-notify-url: http://localhost:8082/triage/roomScreen/pushMsg
|
|
|
+si-tj-url: http://jkglcsx.server.zhongmeihealth.com/openInter
|
|
|
+
|
|
|
+#正式环境
|
|
|
+si-api-url: http://dms.hun.hsip.gov.cn/isp-api/powercsb/1101
|
|
|
+si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
|
|
|
+si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
|
|
|
+si-zy-fee-url: http://172.16.32.166:1000
|
|
|
+si-mz-fee-url: http://172.16.32.166:1100/mzFee
|
|
|
+si-injury-fee-url: http://172.16.32.163:2100/siInjury
|
|
|
+si-injury-systm-url: http://172.16.32.163:2000/siInjury
|
|
|
+thmz-api-url: http://172.16.32.160:81/thmz/api/v1
|
|
|
+
|
|
|
+
|
|
|
+#测试环境
|
|
|
+#si-api-url: http://10.93.30.130:20001/isp-api/powercsb/1101
|
|
|
+#si-access-key: Zgs5jfxaKb86XbCuUzLK9EhFjiQfHR1vydaPzp
|
|
|
+#si-secret-key: SKT2ETMT3XkAYApqh79DCnN9ZjfbQEBMPU0GyLz9
|
|
|
+#si-zy-fee-url: http://localhost:1000
|
|
|
+#si-mz-fee-url: http://localhost:1100/mzFee
|
|
|
+#si-injury-fee-url: http://localhost:2100/siInjury
|
|
|
+#si-injury-systm-url: http://localhost:2000/siInjury
|
|
|
+#thmz-api-url: http://172.16.30.33:81/thmz/api/v1
|
|
|
+
|
|
|
+#logging:
|
|
|
+# level:
|
|
|
+# thyyxxk.webserver.dao: debug
|