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§
- Spring
Cloud Config Container - A Spring Cloud Config Server container.
- Spring
Cloud Config Guard - The running guard for a
SpringCloudConfigContainer.