application.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. spring:
  2. jpa:
  3. database-platform: org.hibernate.dialect.MySQL5Dialect
  4. hibernate:
  5. dialect: org.hibernate.dialect.MySQL5Dialect
  6. quartz:
  7. auto-startup: false
  8. #应用部署所在区域
  9. deploy:
  10. region: 3502
  11. ---
  12. spring:
  13. profiles: dev
  14. micro:
  15. service:
  16. adaption:
  17. address-str: http://localhost
  18. port: 10150
  19. app:
  20. address-str: http://localhost
  21. port: 10160
  22. dict:
  23. address-str: http://localhost
  24. port: 10050
  25. esb:
  26. address-str: http://localhost
  27. port: 10130
  28. geography:
  29. address-str: http://localhost
  30. port: 10090
  31. organization:
  32. address-str: http://localhost
  33. port: 10070
  34. package:
  35. address-str: http://localhost
  36. port: 6010
  37. patient:
  38. address-str: http://localhost
  39. port: 10100
  40. security:
  41. address-str: http://localhost
  42. port: 10110
  43. standard:
  44. address-str: http://localhost
  45. port: 10040
  46. user:
  47. address-str: http://localhost
  48. port: 10120
  49. ---
  50. spring:
  51. profiles: test
  52. micro:
  53. service:
  54. adaption:
  55. address-str: http://172.19.103.73
  56. port: 10150
  57. app:
  58. address-str: http://172.19.103.73
  59. port: 10160
  60. dict:
  61. address-str: http://172.19.103.74
  62. port: 10050
  63. esb:
  64. address-str: http://172.19.103.74
  65. port: 10130
  66. geography:
  67. address-str: http://172.19.103.74
  68. port: 10090
  69. organization:
  70. address-str: http://172.19.103.74
  71. port: 10070
  72. package:
  73. address-str: http://172.19.103.74
  74. port: 6010
  75. patient:
  76. address-str: http://172.19.103.75
  77. port: 10100
  78. security:
  79. address-str: http://172.19.103.75
  80. port: 10110
  81. standard:
  82. address-str: http://172.19.103.75
  83. port: 10040
  84. user:
  85. address-str: http://172.19.103.75
  86. port: 10120
  87. ---
  88. spring:
  89. profiles: prod