Skip to content

Commit

Permalink
chore: JPA 전략을 update로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorch9 committed Oct 26, 2023
1 parent 1bdc179 commit dfbb842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spring:
default_batch_fetch_size: 1000
dialect: org.hibernate.dialect.MariaDB103Dialect
hibernate:
ddl-auto: create
ddl-auto: update

0 comments on commit dfbb842

Please sign in to comment.