application.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. server:
  2. port: 8706
  3. servlet:
  4. encoding:
  5. charset: utf-8
  6. spring:
  7. thymeleaf:
  8. cache: false
  9. datasource:
  10. dynamic:
  11. primary: his
  12. strict: false
  13. datasource:
  14. his:
  15. url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
  16. username: "sa"
  17. password:
  18. type: "com.zaxxer.hikari.HikariDataSource"
  19. driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
  20. lis:
  21. url: "jdbc:sqlserver://172.16.32.178:1433;databaseName=eLimsCore"
  22. username: "sa"
  23. password: "hnthxyyy"
  24. type: "com.zaxxer.hikari.HikariDataSource"
  25. driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
  26. minimum-idle: 10
  27. idle-timeout: 180000
  28. maximum-pool-size: 30
  29. auto-commit: true
  30. pool-name: lisDbPool
  31. connection-timeout: 30000
  32. connection-test-query: select 1
  33. rabbitmq:
  34. host: 172.16.30.26 #测试
  35. port: 5672
  36. username: dj
  37. password: 123456
  38. jackson:
  39. time-zone: GMT+8
  40. date-format: yyyy-MM-dd HH:mm:ss
  41. mvc:
  42. format:
  43. date: yyyy-MM-dd
  44. date-time: yyyy-MM-dd HH:mm:ss
  45. mybatis:
  46. configuration:
  47. map-underscore-to-camel-case: true
  48. UPLOAD_BASE:
  49. http://172.16.30.26
  50. CSSYB_BASE:
  51. http://172.16.30.26:1000/cssyb/
  52. HNSYB_BASE:
  53. http://172.16.30.26:2000/hnsyb/
  54. XNHYB_BASE:
  55. http://172.16.30.26:3000/xnhyb/
  56. HNSYB_MT_INFO:
  57. http://172.16.30.26:2000/shengyb/mt/getPersonInfo
  58. CSSYB_READ_MZ_PATIENT:
  59. http://172.16.30.26:1000/mzsyb/readPatient
  60. CSSYB_MT_INFO:
  61. http://172.16.30.26:1000/mzsyb/queryApplyInfo
  62. CSSYB_MT_PRE_CAL:
  63. http://172.16.30.26:1000/mzsyb/mzPreCalculate
  64. PROOFREAD:
  65. http://172.16.30.26:1111/proofread/start