application.yml 1.8 KB

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