Skip to content

Commit 9ab459c

Browse files
committed
ci/cd
1 parent dff48e1 commit 9ab459c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
3131
implementation("org.springframework.boot:spring-boot-starter-flyway")
3232
implementation("org.springframework.boot:spring-boot-starter-webmvc")
33+
implementation("com.mysql:mysql-connector-j")
3334
implementation("org.flywaydb:flyway-mysql")
3435
implementation("org.jetbrains.kotlin:kotlin-reflect")
3536
implementation("tools.jackson.module:jackson-module-kotlin")

src/test/kotlin/com/wafflestudio/team2server/ApplicationTests.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import org.springframework.boot.test.context.SpringBootTest
55

66
@SpringBootTest
77
class ApplicationTests {
8-
98
@Test
109
fun contextLoads() {
1110
}
12-
1311
}

0 commit comments

Comments
 (0)