Registry / config / spring-cloud-services-starter-config-client

spring-cloud-services-starter-config-client

JSON →
library4.4.0javamavenunverified

Spring Cloud Services Config Client Starter provides auto-configuration for integrating Spring Cloud Config with Pivotal Cloud Foundry services.

<dependency> <groupId>io.pivotal.spring.cloud</groupId> <artifactId>spring-cloud-services-starter-config-client</artifactId> <version>4.4.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-SERVI
S
spring-cloud-services-starter-config-client
configjavav4.4.0
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.

ConfigServicePropertySourceLocator
org.springframework.cloud.config.client.ConfigServicePropertySourceLocator

Locate configuration from Spring Cloud Config server.

import org.springframework.cloud.config.client.ConfigServicePropertySourceLocator; import org.springframework.core.env.Environment; // Typically auto-configured; manual usage: ConfigServicePropertySourceLocator locator = new ConfigServicePropertySourceLocator(environment); PropertySource<?> source = locator.locate(environment);
Debug
Known issues
gotchaThis starter is specific to Pivotal Cloud Foundry and may not work with other platforms.
fix
Use the standard spring-cloud-starter-config for generic Spring Cloud Config support.
affects: all
Upgrade
Version history
4.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
30
OpenAI (training)
1
Resources
spring-cloud-services-starter-config-client — mvn dependency:get spring-cloud-services-starter-config-client · libregistry