oauth2-resource-server

Installation
SKILL.md

OAuth2 Resource Server

Dependency

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency>

Security Configuration

@Configuration
@EnableWebSecurity
@EnableMethodSecurity
public class ResourceServerConfig {
Installs
77
GitHub Stars
271
First Seen
Apr 30, 2026
oauth2-resource-server — rrezartprebreza/spring-boot-skills