From 316a28e58396fc6abd3081681fc2d61f0721f828 Mon Sep 17 00:00:00 2001 From: Junyeong-An <2117ab@gmail.com> Date: Thu, 27 Jun 2024 20:21:13 +0900 Subject: [PATCH 01/37] =?UTF-8?q?1=EB=8B=A8=EA=B3=84=20-=20=ED=99=88?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EA=B5=AC=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + src/main/resources/{templates/home.html => static/index.html} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename src/main/resources/{templates/home.html => static/index.html} (98%) diff --git a/build.gradle b/build.gradle index 57267157c..74d35aaaf 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' + implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.rest-assured:rest-assured:5.3.1' } diff --git a/src/main/resources/templates/home.html b/src/main/resources/static/index.html similarity index 98% rename from src/main/resources/templates/home.html rename to src/main/resources/static/index.html index 7ddf752a6..8724f9086 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/static/index.html @@ -20,7 +20,7 @@