Registry /
config / spring-cloud-starter-config
Spring Boot starter for Spring Cloud Config, enabling externalized configuration from a config server.
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.
org.springframework.cloud.config.client.ConfigServicePropertySourceLocator
Demonstrates creating a config service property source locator (usually auto-configured).
import org.springframework.cloud.config.client.ConfigServicePropertySourceLocator;
import org.springframework.core.env.Environment;
// Typically auto-configured; manual usage:
ConfigServicePropertySourceLocator locator = new ConfigServicePropertySourceLocator(
new org.springframework.cloud.config.client.ConfigClientProperties(environment)
);
System.out.println("Config locator created");
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.