From 23506e79f15620d2d0ad88ef9d3070741ff28fc1 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 21 Jul 2023 20:22:14 +0900 Subject: [PATCH] =?UTF-8?q?application.yml=EB=A1=9C=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/{application.properties => application.yml} | 0 .../kr/co/vividnext/sodalive/SodaliveApplicationTests.kt | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename src/main/resources/{application.properties => application.yml} (100%) diff --git a/src/main/resources/application.properties b/src/main/resources/application.yml similarity index 100% rename from src/main/resources/application.properties rename to src/main/resources/application.yml diff --git a/src/test/kotlin/kr/co/vividnext/sodalive/SodaliveApplicationTests.kt b/src/test/kotlin/kr/co/vividnext/sodalive/SodaliveApplicationTests.kt index d5738ce..b2933c7 100644 --- a/src/test/kotlin/kr/co/vividnext/sodalive/SodaliveApplicationTests.kt +++ b/src/test/kotlin/kr/co/vividnext/sodalive/SodaliveApplicationTests.kt @@ -6,8 +6,7 @@ import org.springframework.boot.test.context.SpringBootTest @SpringBootTest class SodaliveApplicationTests { - @Test - fun contextLoads() { - } - + @Test + fun contextLoads() { + } }