更改数据库

This commit is contained in:
xierz 2020-12-19 12:07:02 +08:00
parent e5095af5c2
commit b2d5a4425b
1 changed files with 10 additions and 1 deletions

View File

@ -7,4 +7,13 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
server:
port: 5115
port: 5115
mybatis-plus:
global-config:
db-config:
id-type: auto
configuration:
database-id: mysql
cache-enabled: true
jdbc-type-for-null: 'null' #注意:单引号