From f66ad3168a2e0014299e65b626538d91213e06d2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 6 Jan 2023 03:56:47 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 91e031cf..13675a91 100644 --- a/README.adoc +++ b/README.adoc @@ -296,7 +296,7 @@ Currently you can not specify a ConfigMap or Secret to load using `spring.config will load a ConfigMap and/or Secret based on the `spring.application.name` property. If `spring.application.name` is not set it will load a ConfigMap and/or Secret with the name `application`. -If you would like to load Kubernetes `PropertySource`s during the bootstrap phase like it worked prior to the 3.0.x release +If you would like to load Kubernetes ``PropertySource``s during the bootstrap phase like it worked prior to the 3.0.x release you can either add `spring-cloud-starter-bootstrap` to your application's classpath or set `spring.cloud.bootstrap.enabled=true` as an environment variable.