Registry / cloud / spring-cloud-core

spring-cloud-core

JSON →
library1.2.9.RELEASEjavamavenunverified

Provides core abstractions and utilities for building distributed systems with Spring Cloud.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-core</artifactId> <version>1.2.9.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-CORE
S
spring-cloud-core
cloudjavav1.2.9.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DiscoveryClient
✓ org.springframework.cloud.client.discovery.DiscoveryClient

Demonstrates using DiscoveryClient to list registered services.

import org.springframework.cloud.client.discovery.DiscoveryClient; public class Example { public void listServices(DiscoveryClient client) { client.getServices().forEach(System.out::println); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.9.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
spring-cloud-core — mvn dependency:get spring-cloud-core · libregistry