Skip to content

Commit 668126f

Browse files
committed
chore(yml): ddl-auto 설정 변경
- validate 변경
1 parent c0818e6 commit 668126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spring:
2727

2828
jpa:
2929
hibernate:
30-
ddl-auto: update
30+
ddl-auto: validate
3131
properties:
3232
hibernate:
3333
format_sql: true

0 commit comments

Comments
 (0)