mybatis-plus配置

This commit is contained in:
sgjj 2020-10-28 15:45:38 +08:00
parent 1d2d13d859
commit f28a00e507
1 changed files with 5 additions and 1 deletions

View File

@ -81,7 +81,11 @@ spring:
force: true force: true
charset: utf-8 charset: utf-8
enabled: true enabled: true
#mybatis-plus:
# global-config:
# db-config:
# id-type: auto
# column-format: "\"%s\""
mybatis: mybatis:
configuration: configuration:
database-id: mysql database-id: mysql