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.

98 lines
2.5 KiB

2 weeks ago
  1. spring:
  2. jackson:
  3. deserialization:
  4. fail-on-unknown-properties: false
  5. datasource:
  6. mysql1:
  7. jdbc-url: jdbc:mysql://18.143.76.3:3306/hwgoldc?serverTimezone=Asia/Shanghai
  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. # mysql1:
  15. # jdbc-url: jdbc:mysql://54.251.137.151:10701/hwgold?serverTimezone=Asia/Shanghai
  16. # username: hwgold
  17. # password: AGX4Z3YMxiCG3GR2
  18. # driver-class-name: com.mysql.cj.jdbc.Driver
  19. # hikari:
  20. # pool-name: mysql1HikariCP
  21. # maximum-pool-size: 10
  22. # mysql1:
  23. # jdbc-url: jdbc:mysql://39.101.133.168:3306/hwgold?serverTimezone=Asia/Shanghai
  24. # username: hwgold
  25. # password: AGX4Z3YMxiCG3GR2
  26. # driver-class-name: com.mysql.cj.jdbc.Driver
  27. # hikari:
  28. # pool-name: mysql1HikariCP
  29. # maximum-pool-size: 10
  30. # mysql2:
  31. # jdbc-url: jdbc:mysql://39.101.133.168:3306/hljw?serverTimezone=Asia/Shanghai
  32. # username: hljw
  33. # password: 5dmWCCKfEk3TTeyn
  34. # driver-class-name: com.mysql.cj.jdbc.Driver
  35. # hikari:
  36. # pool-name: mysql2HikariCP
  37. # maximum-pool-size: 10
  38. # mysql3:
  39. # jdbc-url: jdbc:mysql://121.89.234.155:3306/pay_xxcg_com?serverTimezone=Asia/Shanghai
  40. # username: pay_xxcg_com
  41. # password: 4hHmzxZH4rF4c5xr
  42. # driver-class-name: com.mysql.cj.jdbc.Driver
  43. # hikari:
  44. # pool-name: mysql2HikariCP
  45. # maximum-pool-size: 10
  46. application:
  47. name: demo
  48. cache:
  49. type: redis
  50. redis:
  51. time-to-live: 3600000
  52. use-key-prefix: true
  53. cache-null-values: true
  54. servlet:
  55. multipart:
  56. enabled: true
  57. max-file-size: 10MB
  58. max-request-size: 10MB
  59. data:
  60. redis:
  61. database: 0
  62. host: 192.168.8.94
  63. port: 6379
  64. password:
  65. timeout: 1000
  66. lettuce:
  67. pool:
  68. max-active: 20
  69. max-wait: -1
  70. max-idle: 5
  71. mybatis:
  72. configuration:
  73. mysql1:
  74. map-underscore-to-camel-case: true
  75. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  76. # mysql2:
  77. # map-underscore-to-camel-case: true
  78. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  79. # mysql3:
  80. # map-underscore-to-camel-case: true
  81. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  82. upload:
  83. path: D:\upload
  84. server:
  85. port: 8081
  86. logging:
  87. level:
  88. org.springframework.jdbc.core.JdbcTemplate: DEBUG
  89. org.springframework.orm.jpa: DEBUG