diff --git a/README.md b/README.md index 81825ed6..2e488efe 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Spring configuration.

diff --git a/sample.groovy b/sample.groovy index c3e2c540..4aa47868 100644 --- a/sample.groovy +++ b/sample.groovy @@ -1,7 +1,6 @@ package demo -@Grab('org.springframework.cloud:spring-platform-config-client:1.0.0.BUILD-SNAPSHOT') -@Grab('spring-boot-starter-actuator') +@Grab('spring-cloud-starter') @RestController class Application { @RequestMapping("/") diff --git a/src/main/adoc/README.adoc b/src/main/adoc/README.adoc index afefb121..dbc9740d 100644 --- a/src/main/adoc/README.adoc +++ b/src/main/adoc/README.adoc @@ -16,7 +16,7 @@ Config Client features (for Spring applications): * Encrypt and decrypt property values (symmetric or asymmetric) * `@RefreshScope` for Spring `@Beans` that want to be re-initialized when configuration changes * Management endpoints: -** `/env/` for updating `Environment` and rebinding `@ConfigurationProperties` +** `/env` for updating `Environment` and rebinding `@ConfigurationProperties` and log levels ** `/refresh` for refreshing the `@RefreshScope` beans ** `/restart` for restarting the Spring context (disabled by default) ** `/pause` and `/resume` for calling the `Lifecycle` methods (`stop()` and `start()` on the `ApplicationContext`)