SpringBoot maven dependency for keycloak

PHOTO EMBED

Fri Feb 21 2025 14:09:09 GMT+0000 (Coordinated Universal Time)

Saved by @prashikh2

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

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-security</artifactId>
</dependency>

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-web</artifactId>
</dependency>
content_copyCOPY