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.
12 lines
387 B
12 lines
387 B
spring.datasource.username=root
|
|
spring.datasource.password=123456
|
|
spring.datasource.url=jdbc:mysql://localhost:3306/test?serverTimezone=UTC
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
mybatis.mapper-locations=classpath:/mapper/*.xml
|
|
|
|
spring.cache.type=simple
|
|
spring.application.name=yyyy
|
|
#spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
#spring.jackson.time-zone=GMT+8
|
|
|
|
|