From 12b86fab36b0a1bf3b2a54889292f451d41b29d2 Mon Sep 17 00:00:00 2001 From: dongHyo Date: Mon, 16 May 2022 23:57:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20spring-boot-starter-security=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle.kts b/server/build.gradle.kts index e17c268..8c88c02 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -27,7 +27,7 @@ repositories { dependencies { implementation ("org.springframework.boot:spring-boot-starter-data-jpa") -// implementation ("org.springframework.boot:spring-boot-starter-security") + implementation ("org.springframework.boot:spring-boot-starter-security") implementation ("org.springframework.boot:spring-boot-starter-validation") implementation ("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-actuator")