Registry / cloud / spring-cloud-starter

spring-cloud-starter

JSON →
library5.0.1javamavenunverified

A starter dependency for Spring Cloud applications, providing auto-configuration and common dependencies for cloud-native development.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter
cloudjavav5.0.1
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.

SpringCloudPropertySource
org.springframework.cloud.SpringCloudPropertySource

Creates a Spring Cloud property source for accessing cloud configuration properties.

import org.springframework.cloud.SpringCloudPropertySource; import org.springframework.core.env.Environment; import org.springframework.core.env.PropertySource; public class Example { public static void main(String[] args) { PropertySource<?> source = new SpringCloudPropertySource("example", new Environment() {}); // Use property source to access cloud configuration } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
spring-cloud-starter — mvn dependency:get spring-cloud-starter · libregistry