Spring Boot starter for Spring Cloud Config, enabling externalized configuration from a config server.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>5.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating a config service property source locator (usually auto-configured).
Ensure a config server is available or disable config with spring.cloud.config.enabled=false.
No dependency data recorded yet.