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.

93 lines
2.8 KiB

2 weeks ago
2 weeks ago
3 weeks 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://localhost: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. data:
  65. redis:
  66. database: 0
  67. host: localhost
  68. port: 10703
  69. password: Ngc0FYUTA6h3wC5J
  70. lettuce:
  71. pool:
  72. max-active: 20
  73. max-wait: -1
  74. max-idle: 5
  75. file:
  76. upload:
  77. url: http://39.101.133.168:8828/hljw/api/aws/upload
  78. feishu:
  79. webhook:
  80. url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877
  81. bean:
  82. recharge:
  83. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  84. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  85. consume:
  86. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  87. server:
  88. port: 10704