fix: jpa数据库初始化配置
parent
f916e72fc6
commit
58998298a3
|
@ -10,7 +10,13 @@ spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: postgres
|
active: postgres
|
||||||
|
|
||||||
|
jpa:
|
||||||
|
show-sql: true
|
||||||
|
hibernate:
|
||||||
|
ddl-auto: update
|
||||||
|
properties:
|
||||||
|
hibernate:
|
||||||
|
format_sql: true
|
||||||
|
|
||||||
# https://baomidou.com/config/
|
# https://baomidou.com/config/
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
|
|
Loading…
Reference in New Issue