server: port: 10030 spring: datasource: hikari: # HikariCP连接池配置 maximum-pool-size: 10 # 最大连接数 minimum-idle: 5 # 最小空闲连接数 idle-timeout: 30000 # 空闲连接超时时间(毫秒) max-lifetime: 1800000 # 连接最大存活时间(毫秒) connection-timeout: 30000 # 连接超时时间(毫秒) pool-name: HwgoldHikariCP # 连接池名称 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