Registry / config / spring-cloud-context

spring-cloud-context

JSON →
library5.0.1javamavenunverified

Provides application context services, bootstrap configuration, and environment support for Spring Cloud applications.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-context</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-CONTE
S
spring-cloud-context
configjavav5.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.

RefreshScope
org.springframework.cloud.context.config.annotation.RefreshScope

Enables dynamic configuration refresh in a Spring Cloud application.

import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.stereotype.Component; @Component @RefreshScope public class MyBean { private String message; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
54 hits · last 30 days
node
40
Resources
spring-cloud-context — mvn dependency:get spring-cloud-context · libregistry