server: port: 10070 spring: datasource: hikari: maximum-pool-size: 50 driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://39.101.133.168/hwgold?serverTimezone=GMT%2b8 username: hwgold password: 'AGX4Z3YMxiCG3GR2' application: name: recharge mybatis: configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl