From a057bb824016d52557a4154a161872b8ecf4bb09 Mon Sep 17 00:00:00 2001
From: Dave Syer
The default strategy for locating property sources is to clone a git
-repository (at "spring.platform.config.server.uri") and use it to
+repository (at "spring.cloud.config.server.uri") and use it to
initialize a mini SpringApplication. The mini-application’s
Environment is used to enumerate property sources and publish them
via a JSON endpoint. The service has resources in the form:
You can disable the bootstrap process completely by setting
-spring.platform.bootstrap.enabled=false (e.g. in System properties).
spring.cloud.bootstrap.enabled=false (e.g. in System properties).