A Spring Boot starter for configuring OAuth2 resource server security, now deprecated in favor of spring-boot-starter-security-oauth2-resource-server.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a bearer token authentication token.
Replace dependency with org.springframework.boot:spring-boot-starter-security-oauth2-resource-server.
No dependency data recorded yet.