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.
14 lines
411 B
14 lines
411 B
spring:
|
|
datasource:
|
|
url: jdbc:mysql://localhost:3306/a?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
|
|
username: "root"
|
|
password: "013013"
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
mybatis-plus:
|
|
mapperLocations: classpath:/mapper/*Mapper.xml
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
server:
|
|
port: 80
|
|
tomcat:
|
|
basedir: /home/tmp |