application-dev.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. server:
  2. port: 8805
  3. servlet:
  4. context-path: /wxserver
  5. spring:
  6. application:
  7. name: wxservice-server-dev
  8. thymeleaf:
  9. cache: false
  10. datasource:
  11. url: "jdbc:sqlserver://130.150.161.124:1433;databaseName=hisdb"
  12. username: "sa"
  13. password: "root"
  14. driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
  15. druid:
  16. initial-size: 40
  17. max-active: 100
  18. min-idle: 40
  19. max-wait: 60000
  20. use-unfair-lock: true
  21. validation-query: SELECT 1
  22. test-while-idle: true
  23. test-on-borrow: true
  24. test-on-return: false
  25. time-between-eviction-runs-millis: 60000
  26. min-evictable-idle-time-millis: 300000
  27. filters: stat
  28. pool-prepared-statements: false
  29. max-pool-prepared-statement-per-connection-size: 200
  30. remove-abandoned: true
  31. remove-abandoned-timeout: 180
  32. log-abandoned: true
  33. jackson:
  34. time-zone: GMT+8
  35. date-format: yyyy-MM-dd HH:mm:ss
  36. mvc:
  37. format:
  38. date: yyyy-MM-dd
  39. date-time: yyyy-MM-dd HH:mm:ss
  40. mybatis-plus:
  41. configuration:
  42. map-underscore-to-camel-case: true
  43. thyy:
  44. api-addr:
  45. his-mip-api: http://172.16.30.26:1100/mobilePayApi
  46. thmz-api: http://130.150.161.124:8089/thmz
  47. chronic-api: http://172.16.32.160:8077/chronicDisease
  48. physical-check-api: http://172.16.32.183:8888/bdp/dataservice/api
  49. add-face-api: http://172.16.30.66:20923/thyy/api/haikang/door/addFaceRecognition
  50. nong-api: http://218.93.214.118:6080/
  51. dzfp-config:
  52. dzfpdir: D:\\
  53. dzfpurl: https://staticweb.hnthyy.cn/dzfp
  54. online-hosp:
  55. app-key: csthyygv
  56. app-secret: 91eRBXt2vlPYh8rM
  57. app-url: https://weixin.ngarihealth.com/weixin/third/index
  58. production: false