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