123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- server:
- port: 8805
- servlet:
- context-path: /wxserver
- spring:
- application:
- name: wxservice-server-dev
- thymeleaf:
- cache: false
- datasource:
- url: "jdbc:sqlserver://130.150.161.124:1433;databaseName=hisdb"
- username: "sa"
- password: "root"
- driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
- druid:
- initial-size: 40
- max-active: 100
- min-idle: 40
- max-wait: 60000
- use-unfair-lock: true
- validation-query: SELECT 1
- test-while-idle: true
- test-on-borrow: true
- test-on-return: false
- time-between-eviction-runs-millis: 60000
- min-evictable-idle-time-millis: 300000
- filters: stat
- pool-prepared-statements: false
- max-pool-prepared-statement-per-connection-size: 200
- remove-abandoned: true
- remove-abandoned-timeout: 180
- log-abandoned: true
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- mvc:
- format:
- date: yyyy-MM-dd
- date-time: yyyy-MM-dd HH:mm:ss
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- thyy:
- api-addr:
- his-mip-api: http://172.16.30.26:1100/mobilePayApi
- thmz-api: http://130.150.161.124: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
- nong-api: http://218.93.214.118:6080/
- dzfp-config:
- dzfpdir: D:\\
- 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
|