From ebffa5863bb164416d381e812933d9896954b660 Mon Sep 17 00:00:00 2001 From: siyoung Date: Fri, 6 Jun 2025 14:48:11 +0900 Subject: [PATCH 1/5] =?UTF-8?q?feat:=201=EB=8B=A8=EA=B3=84=20-=20=ED=99=88?= =?UTF-8?q?=20=ED=99=94=EB=A9=B4?= 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 @@