Skip to content

Commit

Permalink
refactor: test application.yaml 설정에서 ddl-auto를 validate로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehee-Lee-01 committed Dec 26, 2023
1 parent 32ccaaf commit 9b37156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ spring:
url: jdbc:mysql://localhost:3308/ootw_test
jpa:
hibernate:
ddl-auto: update

open-in-view: false
show-sql: true

0 comments on commit 9b37156

Please sign in to comment.