Registry / config / spring-cloud-starter-config

spring-cloud-starter-config

JSON →
library5.0.3javamavenunverified

Spring Boot starter for Spring Cloud Config, enabling externalized configuration from a config server.

config
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");
Debug
Known footguns
breakingSpring Cloud Config requires a running config server; otherwise application fails to start.
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.

Agent activity
21 hits · last 30 days
gptbot
3
amazonbot
3
bytedance
3
claudebot
3
mj12bot
1
Resources