Registry / config / spring-cloud-starter-bootstrap

spring-cloud-starter-bootstrap

JSON →
library5.0.1javamavenunverified

Spring Cloud Starter Bootstrap provides bootstrap context configuration for Spring Cloud applications.

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

BootstrapConfiguration
org.springframework.cloud.bootstrap.BootstrapConfiguration

Annotates a configuration class as a bootstrap configuration.

import org.springframework.cloud.bootstrap.BootstrapConfiguration; import org.springframework.context.annotation.Configuration; @Configuration @BootstrapConfiguration public class MyBootstrapConfig { // Bootstrap configuration logic }
Debug
Known issues
breakingBootstrap context is deprecated in Spring Cloud 2020.0 and later; use spring.config.import instead.
fix
Replace bootstrap.yml with spring.config.import in application.yml.
affects: >=3.0.0
Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
67 hits · last 30 days
node
52
panscient.com
1
Resources