Add auto create database table

This commit is contained in:
2023-10-20 17:57:15 +08:00
parent 1d77caf390
commit 4d6eecca72
4 changed files with 58 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ spring:
jackson:
date-format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
time-zone: GMT
flyway:
baseline-on-migrate: true
baseline-version: 0
clean-disabled: false
mybatis-plus:
global-config: