Merge remote-tracking branch 'origin/2.2.x'
# Conflicts: # docs/pom.xml # pom.xml # spring-cloud-config-client/pom.xml # spring-cloud-config-dependencies/pom.xml # spring-cloud-config-monitor/pom.xml # spring-cloud-config-sample/pom.xml # spring-cloud-config-server/pom.xml # spring-cloud-starter-config/pom.xml
This commit is contained in:
@@ -213,7 +213,7 @@ $ curl localhost:8080/env/sample
|
||||
mytest
|
||||
$ vi target/config/mytest.properties
|
||||
.. change value of "sample", optionally commit
|
||||
$ curl localhost:8080/refresh
|
||||
$ curl -X POST localhost:8080/refresh
|
||||
["sample"]
|
||||
$ curl localhost:8080/env/sample
|
||||
sampleValue
|
||||
|
||||
@@ -50,7 +50,7 @@ $ curl localhost:8080/env/sample
|
||||
mytest
|
||||
$ vi target/config/mytest.properties
|
||||
.. change value of "sample", optionally commit
|
||||
$ curl localhost:8080/refresh
|
||||
$ curl -X POST localhost:8080/refresh
|
||||
["sample"]
|
||||
$ curl localhost:8080/env/sample
|
||||
sampleValue
|
||||
|
||||
Reference in New Issue
Block a user