From 3042eb922a2f6ddd156ac94ad4da5c12d6e26808 Mon Sep 17 00:00:00 2001 From: gitjiho Date: Mon, 4 Nov 2024 01:52:31 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20dependency=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 49d798cb..4afd55ab 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1' implementation 'org.springframework.boot:spring-boot-starter-actuator' + implementation 'ch.qos.logback:logback-classic:1.4.12' } tasks.named('test') { From e684aebb4a0b28fe9d99068aa0f2281eabe9a9e4 Mon Sep 17 00:00:00 2001 From: gitjiho Date: Mon, 4 Nov 2024 03:12:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?test:=20=EB=AC=B4=EC=A4=91=EB=8B=A8?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=A5=BC=20?= =?UTF-8?q?=EC=9C=84=ED=95=9C=20=EA=B0=92=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/dummy/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/dummy/login.html b/src/main/resources/templates/dummy/login.html index 8d98a8d3..99921f8d 100644 --- a/src/main/resources/templates/dummy/login.html +++ b/src/main/resources/templates/dummy/login.html @@ -1,7 +1,7 @@ - 더미데이터 유저 로그인 + 더미데이터 유저 로그인 페이지