You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.3 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. spring:
  2. jackson:
  3. deserialization:
  4. fail-on-unknown-properties: false
  5. datasource:
  6. mysql1:
  7. jdbc-url: jdbc:mysql://54.255.212.181:3306/hwgoldc?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  8. username: hwgoldc
  9. password: zB48T55wCsHC8KPz
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. hikari:
  12. pool-name: mysql1HikariCP
  13. maximum-pool-size: 50
  14. mysql2:
  15. jdbc-url: jdbc:mysql://39.101.133.168:3306/hljw?serverTimezone=Asia/Shanghai
  16. username: hljw
  17. password: 5dmWCCKfEk3TTeyn
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. hikari:
  20. pool-name: mysql2HikariCP
  21. maximum-pool-size: 50
  22. mysql3:
  23. jdbc-url: jdbc:mysql://121.89.234.155:3306/pay_xxcg_com?serverTimezone=Asia/Shanghai
  24. username: pay_xxcg_com
  25. password: 4hHmzxZH4rF4c5xr
  26. driver-class-name: com.mysql.cj.jdbc.Driver
  27. hikari:
  28. pool-name: mysql3HikariCP
  29. maximum-pool-size: 50
  30. mysql4:
  31. jdbc-url: jdbc:mysql://39.101.133.168:3306/cms?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  32. username: cms
  33. password: AF42R3ib6YkFaemm
  34. driver-class-name: com.mysql.cj.jdbc.Driver
  35. hikari:
  36. pool-name: mysql3HikariCP
  37. maximum-pool-size: 50
  38. mysql5:
  39. jdbc-url: jdbc:mysql://39.101.133.168:3306/live?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
  40. username: live
  41. password: p4jMAMShNM8HTrbX
  42. driver-class-name: com.mysql.cj.jdbc.Driver
  43. hikari:
  44. pool-name: mysql5HikariCP
  45. maximum-pool-size: 50
  46. sqlserver1:
  47. jdbc-url: jdbc:sqlserver://52.76.43.43:1433;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  48. username: gjb_test
  49. password: qweuio!@#$2
  50. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  51. application:
  52. name: demo
  53. cache:
  54. type: redis
  55. redis:
  56. time-to-live: 3600000
  57. use-key-prefix: true
  58. cache-null-values: true
  59. servlet:
  60. multipart:
  61. enabled: true
  62. max-file-size: 10MB
  63. max-request-size: 10MB
  64. rabbitmq:
  65. host: 54.255.212.181
  66. port: 5672
  67. #username: gold
  68. #password: gold
  69. #virtual-host: /
  70. username: dong
  71. password: 123
  72. virtual-host: mq
  73. listener:
  74. simple:
  75. trusted-packages: com.example.demo.domain.DTO
  76. data:
  77. redis:
  78. database: 0
  79. host: localhost
  80. port: 6379
  81. password: 123456
  82. lettuce:
  83. pool:
  84. max-active: 100
  85. max-wait: 300
  86. max-idle: 20
  87. min-idle: 10
  88. file:
  89. upload:
  90. url: http://39.101.133.168:8828/hljw/api/aws/upload
  91. feishu:
  92. webhook:
  93. url: https://open.feishu.cn/open-apis/bot/v2/hook/8dd2bcc4-6492-487b-9dc5-bb7b27d43ccf
  94. toujiaoApp:
  95. url: https://api.homilychart.com/hljw
  96. bean:
  97. recharge:
  98. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  99. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  100. consume:
  101. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  102. red:
  103. url: http://39.101.133.168:8828/scms
  104. urllogin: http://39.101.133.168:8828/hljwgo
  105. server:
  106. port: 8081
  107. logging:
  108. level:
  109. org.springframework.jdbc.core.JdbcTemplate: DEBUG
  110. org.springframework.orm.jpa: DEBUG