fix : 어노테이션 및 이름 수정
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package com.banjjoknim.springmultimodule
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
|
||||
@SpringBootApplication
|
||||
class SpringMultiModuleApplicationKtTest {
|
||||
|
||||
@Test
|
||||
fun contextLoads() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
package com.banjjoknim.springmultimodule
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
|
||||
@SpringBootTest
|
||||
class SpringMultiModuleApplicationTest {
|
||||
|
||||
@Test
|
||||
fun contextLoads() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user