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.

107 lines
3.1 KiB

1 week ago
3 weeks 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: 10
  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: 10
  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: 10
  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: 10
  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: 10
  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: localhost
  66. port: 5672
  67. username: guest
  68. password: guest
  69. virtual-host: /
  70. listener:
  71. simple:
  72. trusted-packages: com.example.demo.domain.DTO
  73. data:
  74. redis:
  75. database: 0
  76. host: 54.255.212.181
  77. port: 10703
  78. password: Ngc0FYUTA6h3wC5J
  79. lettuce:
  80. pool:
  81. max-active: 20
  82. max-wait: -1
  83. max-idle: 5
  84. file:
  85. upload:
  86. url: http://39.101.133.168:8828/hljw/api/aws/upload
  87. feishu:
  88. webhook:
  89. url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877
  90. bean:
  91. recharge:
  92. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  93. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  94. consume:
  95. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  96. server:
  97. port: 8081
  98. logging:
  99. level:
  100. org.springframework.jdbc.core.JdbcTemplate: DEBUG
  101. org.springframework.orm.jpa: DEBUG