fix: jpa数据库初始化配置
parent
f916e72fc6
commit
58998298a3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue