테스트용 설정 분리

This commit is contained in:
2023-07-24 02:17:00 +09:00
parent f81f07bd05
commit f525f19530
2 changed files with 38 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
package kr.co.vividnext.sodalive
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class SodaliveApplicationTests {
@Test
fun contextLoads() {
}
}