Skip to content

Commit

Permalink
chore: 로컬의 ddl-auto 옵션을 create로 변경 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Feb 16, 2024
1 parent c113812 commit d676849
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 @@ -5,7 +5,7 @@ spring:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: create
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit d676849

Please sign in to comment.