金币系统后端
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.

60 lines
1.3 KiB

3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. server:
  2. port: 10702
  3. # port: 10010
  4. spring:
  5. servlet:
  6. multipart:
  7. max-file-size: 10MB
  8. max-request-size: 100MB
  9. datasource:
  10. hikari:
  11. maximum-pool-size: 10
  12. minimum-idle: 5
  13. idle-timeout: 30000
  14. max-lifetime: 1800000
  15. connection-timeout: 30000
  16. pool-name: HwgoldHikariCP
  17. driver-class-name: com.mysql.cj.jdbc.Driver
  18. # url: jdbc:mysql://54.251.137.151:10701/hwgold?serverTimezone=Asia/Shanghai
  19. url: jdbc:mysql://39.101.133.168/hwgold?serverTimezone=Asia/Shanghai
  20. username: hwgold
  21. password: 'AGX4Z3YMxiCG3GR2'
  22. application:
  23. name: demo
  24. cache:
  25. type: redis
  26. redis:
  27. time-to-live: 3600000
  28. use-key-prefix: true
  29. cache-null-values: true
  30. data:
  31. redis:
  32. host: 54.251.137.151
  33. port: 10703
  34. password: 8912h12jhhajsd
  35. timeout: 1000
  36. # host: 127.0.0.1
  37. # port: 6379
  38. # timeout: 1000
  39. # host: 39.99.159.73
  40. # port: 20001
  41. # password: 8912h12jhhajsd
  42. # timeout: 1000
  43. lettuce:
  44. pool:
  45. max-active: 20
  46. max-wait: -1
  47. max-idle: 5
  48. mybatis:
  49. mapper-locations: classpath*:mapper/*.xml
  50. configuration:
  51. map-underscore-to-camel-case: true
  52. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  53. upload:
  54. path: /home/java/haiwaiyanfa/gold1/