fix: validate jpa
This commit is contained in:
@@ -76,7 +76,7 @@ spring:
|
|||||||
password: temp123!
|
password: temp123!
|
||||||
jpa:
|
jpa:
|
||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: none # 또는 update/create
|
ddl-auto: validate # 또는 update/create
|
||||||
show-sql: true
|
show-sql: true
|
||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
|
|||||||
Reference in New Issue
Block a user