From 36d2c6a8f7732b808b797671bcbc0408589369d5 Mon Sep 17 00:00:00 2001 From: shinheekim Date: Tue, 30 Jul 2024 01:40:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20welcome=20page=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index fbf7a87..addd84b 100644 --- a/build.gradle +++ b/build.gradle @@ -47,6 +47,8 @@ dependencies { //aws implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' + } tasks.named('test') {