Skip to content

Commit 033f99b

Browse files
committed
fix: ddl-auto
1 parent 8068da5 commit 033f99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

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

1111
jpa:
1212
hibernate:
13-
ddl-auto: validate
13+
ddl-auto: update
1414

1515
data:
1616
redis:

0 commit comments

Comments
 (0)