Skip to content

Commit

Permalink
feat: flyway 관련 yml 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
holyPigeon committed Dec 4, 2024
1 parent 35b54c4 commit ff580ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spring:
locations: classpath:db/migration

jpa:
defer-datasource-initialization: false
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate # flyway 적용 시 validate로 설정
Expand Down

0 comments on commit ff580ff

Please sign in to comment.