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
18 lines
413 B
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
|
|
|