Spring Cloud Commons provides common abstractions for Spring Cloud services, including service discovery, load balancing, and circuit breakers.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>5.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Injects a DiscoveryClient and exposes a REST endpoint listing discovered services.
Ensure your Spring Boot version is compatible and choose the appropriate service discovery implementation (e.g., Eureka, Consul).
No dependency data recorded yet.