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.

18 lines
413 B

  1. server:
  2. port: 10070
  3. spring:
  4. datasource:
  5. hikari:
  6. maximum-pool-size: 50
  7. driver-class-name: com.mysql.cj.jdbc.Driver
  8. url: jdbc:mysql://39.101.133.168/hwgold?serverTimezone=GMT%2b8
  9. username: hwgold
  10. password: 'AGX4Z3YMxiCG3GR2'
  11. application:
  12. name: recharge
  13. mybatis:
  14. configuration:
  15. map-underscore-to-camel-case: true
  16. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl