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")