application.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. spring:
  2. application:
  3. name: HosBrokerServer
  4. server:
  5. port: 8099
  6. contextPath:
  7. sessionTimeout: 300
  8. security:
  9. basic:
  10. enabled: false
  11. # the name of Camel
  12. camel:
  13. springboot:
  14. name: HosBrokerServer
  15. ---
  16. spring:
  17. profiles: dev
  18. datasource:
  19. driverClassName: com.mysql.jdbc.Driver
  20. url: jdbc:mysql://192.168.1.220:8066/hos2?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
  21. username: hos
  22. password: 123456
  23. test-on-borrow: true
  24. validation-query: SELECT 1
  25. test-while-idle: true
  26. max-active: 30
  27. default-auto-commit: true
  28. max-idle: 30
  29. min-idle: 10
  30. initial-size: 10
  31. activemq:
  32. broker-url: tcp://172.19.103.57:61616
  33. user: admin
  34. password: admin
  35. data:
  36. mongodb:
  37. host: 172.19.103.58
  38. port: 27017
  39. username: esb
  40. password: esb
  41. authenticationDatabase: admin
  42. database: log
  43. gridFsDatabase: dfs
  44. gateway:
  45. ip: localhost
  46. port: 8066
  47. hos:
  48. esb:
  49. rest-url: http://192.168.131.119:8080/esb
  50. arbiter:
  51. enable: true
  52. url: http://localhost:10135
  53. rest:
  54. url: http://localhost:8088
  55. timer:
  56. period: 10000
  57. tenant:
  58. name: jkzl
  59. ---
  60. spring:
  61. profiles: test
  62. datasource:
  63. driverClassName: com.mysql.jdbc.Driver
  64. url: jdbc:mysql://192.168.1.220:8066/hos1?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
  65. username: hos
  66. password: 123456
  67. test-on-borrow: true
  68. validation-query: SELECT 1
  69. test-while-idle: true
  70. max-active: 30
  71. default-auto-commit: true
  72. max-idle: 30
  73. min-idle: 10
  74. initial-size: 10
  75. activemq:
  76. broker-url: tcp://172.19.103.58:61616
  77. user: admin
  78. password: admin
  79. data:
  80. mongodb:
  81. host: 172.19.103.57
  82. port: 27017
  83. username: esb
  84. password: esb
  85. authenticationDatabase: admin
  86. database: log
  87. gridFsDatabase: dfs
  88. gateway:
  89. ip: localhost
  90. port: 8066
  91. hos:
  92. esb:
  93. rest-url: http://192.168.131.119:8080/esb
  94. arbiter:
  95. enable: false
  96. url: http://172.19.103.57:10135
  97. rest:
  98. url: http://localhost:8088
  99. timer:
  100. period: 10000
  101. ---
  102. spring:
  103. profiles: lfq
  104. datasource:
  105. driverClassName: com.mysql.jdbc.Driver
  106. url: jdbc:mysql://172.19.103.51:3306/db1?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
  107. username: canal
  108. password: canal
  109. test-on-borrow: true
  110. validation-query: SELECT 1
  111. test-while-idle: true
  112. max-active: 30
  113. default-auto-commit: true
  114. max-idle: 30
  115. min-idle: 10
  116. initial-size: 10
  117. activemq:
  118. broker-url: tcp://172.19.103.58:61616
  119. user: admin
  120. password: admin
  121. data:
  122. mongodb:
  123. host: 172.19.103.58
  124. port: 27017
  125. username: esb
  126. password: esb
  127. authenticationDatabase: admin
  128. database: log
  129. gridFsDatabase: dfs
  130. gateway:
  131. ip: localhost
  132. port: 8066
  133. server:
  134. port: 9999
  135. hos:
  136. esb:
  137. rest-url: http://192.168.131.119:8080/esb
  138. arbiter:
  139. enable: true
  140. url: http://192.168.131.38:10135
  141. rest:
  142. url: http://localhost:8088
  143. timer:
  144. period: 10000
  145. tenant:
  146. name: yichang