Skip to content

Commit

Permalink
[feat]: ddl-auto update로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy11 committed Aug 12, 2023
1 parent fef9a64 commit 66b9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:

jpa:
hibernate:
ddl-auto: create
ddl-auto: update

properties:
hibernate:
Expand Down

0 comments on commit 66b9a93

Please sign in to comment.