|
@@ -4,13 +4,13 @@ server:
|
|
context-path: /wxserver
|
|
context-path: /wxserver
|
|
spring:
|
|
spring:
|
|
application:
|
|
application:
|
|
- name: wxservice-server
|
|
|
|
|
|
+ name: wxservice-server-dev
|
|
thymeleaf:
|
|
thymeleaf:
|
|
cache: false
|
|
cache: false
|
|
datasource:
|
|
datasource:
|
|
- url: "jdbc:sqlserver://130.150.161.71:1433;databaseName=hisdb"
|
|
|
|
|
|
+ url: "jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb"
|
|
username: "sa"
|
|
username: "sa"
|
|
- password: "Symhyy@123"
|
|
|
|
|
|
+ password:
|
|
driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
|
|
driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
|
|
druid:
|
|
druid:
|
|
initial-size: 40
|
|
initial-size: 40
|
|
@@ -37,58 +37,23 @@ spring:
|
|
format:
|
|
format:
|
|
date: yyyy-MM-dd
|
|
date: yyyy-MM-dd
|
|
date-time: yyyy-MM-dd HH:mm:ss
|
|
date-time: yyyy-MM-dd HH:mm:ss
|
|
-
|
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
configuration:
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
map-underscore-to-camel-case: true
|
|
-management:
|
|
|
|
- server:
|
|
|
|
- port: 9092
|
|
|
|
- endpoints:
|
|
|
|
- web:
|
|
|
|
- base-path: /actuator
|
|
|
|
- exposure:
|
|
|
|
- include: '*'
|
|
|
|
- metrics:
|
|
|
|
- export:
|
|
|
|
- simple:
|
|
|
|
- enabled: true
|
|
|
|
- jmx:
|
|
|
|
- enabled: true
|
|
|
|
- prometheus:
|
|
|
|
- enabled: true
|
|
|
|
- distribution:
|
|
|
|
- percentiles-histogram:
|
|
|
|
- http:
|
|
|
|
- server:
|
|
|
|
- requests: false
|
|
|
|
- minimum-expected-value:
|
|
|
|
- http:
|
|
|
|
- server:
|
|
|
|
- requests: 20ms
|
|
|
|
- maximum-expected-value:
|
|
|
|
- http:
|
|
|
|
- server:
|
|
|
|
- requests: 200ms
|
|
|
|
- endpoint:
|
|
|
|
- metrics:
|
|
|
|
- enabled: true
|
|
|
|
- health:
|
|
|
|
- show-details: always
|
|
|
|
- probes:
|
|
|
|
- enabled: true
|
|
|
|
- prometheus:
|
|
|
|
- enabled: true
|
|
|
|
|
|
|
|
thyy:
|
|
thyy:
|
|
api-addr:
|
|
api-addr:
|
|
- his-mip-api: http://130.150.161.72:1100/mobilePayApi
|
|
|
|
- thmz-api: http://130.150.161.72:8089/thmz
|
|
|
|
- chronic-api: http://130.150.161.72:8077/chronicDisease
|
|
|
|
- physical-check-api: http://130.150.161.72:8888/bdp/dataservice/api
|
|
|
|
- add-face-api: http://130.150.161.72:20923/thyy/api/haikang/door/addFaceRecognition
|
|
|
|
- config:
|
|
|
|
- dzfpdir: D:\wx-business\files\dzfp
|
|
|
|
|
|
+ his-mip-api: http://172.16.30.26:1100/mobilePayApi
|
|
|
|
+ thmz-api: http://demo.hnthyy.cn:8089//thmz
|
|
|
|
+ chronic-api: http://172.16.32.160:8077/chronicDisease
|
|
|
|
+ physical-check-api: http://172.16.32.183:8888/bdp/dataservice/api
|
|
|
|
+ add-face-api: http://172.16.30.66:20923/thyy/api/haikang/door/addFaceRecognition
|
|
|
|
+ dzfp-config:
|
|
|
|
+ dzfpdir: D:\\
|
|
dzfpurl: https://staticweb.hnthyy.cn/dzfp
|
|
dzfpurl: https://staticweb.hnthyy.cn/dzfp
|
|
|
|
+ online-hosp:
|
|
|
|
+ app-key: csthyygv
|
|
|
|
+ app-secret: 91eRBXt2vlPYh8rM
|
|
|
|
+ app-url: https://weixin.ngarihealth.com/weixin/third/index
|
|
|
|
|
|
-production: false
|
|
|
|
|
|
+production: false
|