File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/kotlin/com/wafflestudio/team2server Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ import org.springframework.boot.test.context.SpringBootTest
55
66@SpringBootTest
77class ApplicationTests {
8-
98 @Test
109 fun contextLoads () {
1110 }
12-
1311}
You can’t perform that action at this time.
0 commit comments