From f573ae19d0fb5274a9a06a5928e5a38d4c25f3e4 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Tue, 9 Jun 2026 07:36:45 +0900 Subject: [PATCH] deps: add spring-boot-starter-security-oauth2-resource-server --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2db7342..602544d 100644 --- a/build.gradle +++ b/build.gradle @@ -21,6 +21,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-flyway' implementation 'org.springframework.boot:spring-boot-starter-security' + implementation 'org.springframework.boot:spring-boot-starter-security-oauth2-resource-server' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-webmvc' implementation 'org.flywaydb:flyway-mysql'