application-dev.yml 1.6 KB

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