Skip to content

Commit be9c0fe

Browse files
committed
fix: JPA 설정 update로 변경
1 parent f31714c commit be9c0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-local.yml

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

88
jpa:
99
hibernate:
10-
ddl-auto: validate
10+
ddl-auto: update
1111
show-sql: true
1212
open-in-view: false
1313
properties:

0 commit comments

Comments
 (0)