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.
15 lines
536 B
15 lines
536 B
5 years ago
|
spring:
|
||
|
datasource:
|
||
|
url: jdbc:mysql://www.liuwanr.cn:3306/msdw_tms?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||
|
username: super
|
||
|
password: huoran888
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|
||
|
mybatis-plus:
|
||
|
configuration:
|
||
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||
|
mapper-locations: classpath:/mapper/**/*.xml
|
||
|
global-config:
|
||
|
db-config:
|
||
|
id-type: auto
|
||
|
server:
|
||
|
port: 7000
|