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.

65 lines
1.7 KiB

2 weeks ago
2 weeks ago
2 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. sqlserver1:
  15. jdbc-url: jdbc:sqlserver://10.19.183.6:1433;databaseName=hwhcGold;encrypt=true;sslProtocol=TLSv1;trustServerCertificate=true;
  16. username: hwhc_gold_query
  17. password: hwhc_gold_query4564jkj
  18. driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
  19. application:
  20. name: demo
  21. cache:
  22. type: redis
  23. redis:
  24. time-to-live: 3600000
  25. use-key-prefix: true
  26. cache-null-values: true
  27. servlet:
  28. multipart:
  29. enabled: true
  30. max-file-size: 10MB
  31. max-request-size: 10MB
  32. data:
  33. redis:
  34. database: 0
  35. host: localhost
  36. port: 6379
  37. # password: 123456
  38. lettuce:
  39. pool:
  40. max-active: 20
  41. max-wait: -1
  42. max-idle: 5
  43. file:
  44. upload:
  45. url: http://39.101.133.168:8828/hljw/api/aws/upload
  46. feishu:
  47. webhook:
  48. url: https://open.feishu.cn/open-apis/bot/v2/hook/384c78aa-8df1-498b-9c47-04e890ed9877
  49. bean:
  50. recharge:
  51. # url: http://api.homilychart.com/hljwgo/api/wallet/recharge
  52. url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge
  53. consume:
  54. url: http://39.101.133.168:8828/hljwgo/api/wallet/pay
  55. server:
  56. port: 8081
  57. logging:
  58. level:
  59. org.springframework.jdbc.core.JdbcTemplate: DEBUG
  60. org.springframework.orm.jpa: DEBUG