Skip to content

Commit

Permalink
chore: flyway 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 committed Nov 2, 2023
1 parent e2cc1c6 commit 3dfd056
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/ddang/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
buildscript {
dependencies {
classpath 'org.flywaydb:flyway-mysql:9.16.0'
}
}

plugins {
id 'java'
id 'org.springframework.boot' version '3.0.8'
Expand Down

0 comments on commit 3dfd056

Please sign in to comment.