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.
8 lines
394 B
8 lines
394 B
server.port=8080
|
|
spring.datasource.url=jdbc:mysql://39.97.211.66:3306/dblwy?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
|
spring.datasource.username=DBLwy
|
|
spring.datasource.password=tx8yH88dJseWt72x
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
mybatis.type-aliases-package=top.liangwy.read_statistics.cyc.pojo
|
|
mybatis.mapper-locations=classpath:/dao/*.xml |