fix: jpa数据库初始化配置

V0.5.x
jay 2023-08-07 21:33:22 +08:00
parent f916e72fc6
commit 58998298a3
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,13 @@ spring:
profiles:
active: postgres
jpa:
show-sql: true
hibernate:
ddl-auto: update
properties:
hibernate:
format_sql: true
# https://baomidou.com/config/
mybatis-plus: