application.yml로 파일명 변경

This commit is contained in:
Klaus 2023-07-21 20:22:14 +09:00
parent 9265dc7f6a
commit 23506e79f1
2 changed files with 3 additions and 4 deletions

View File

@ -6,8 +6,7 @@ import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest @SpringBootTest
class SodaliveApplicationTests { class SodaliveApplicationTests {
@Test @Test
fun contextLoads() { fun contextLoads() {
} }
} }