Skip to main content

Module spring_cloud_config

Module spring_cloud_config 

Source
Expand description

A Spring Cloud Config Server container, ready-checked via its actuator health endpoint.

Callers wanting the classpath/filesystem-backed environment repository (no external git remote required — the default, git-backed repository needs a configured URI to boot at all) should chain .with_env("SPRING_PROFILES_ACTIVE", "native") before start(). That decision belongs to the caller/test, not this module: the module itself does not set this profile.

Structs§

SpringCloudConfigContainer
A Spring Cloud Config Server container.
SpringCloudConfigGuard
The running guard for a SpringCloudConfigContainer.