July 2017
Intermediate to advanced
414 pages
11h 18m
English
The /refresh endpoint will refresh the locally cached configuration properties and reload fresh values from the Config Server.
In order to force reloading the configuration properties, call the /refresh endpoint of the microservice. This is actually the Actuator's refresh endpoint. The following command will send an empty POST to the /refresh endpoint:
curl –d {} localhost:8090/refresh
Read now
Unlock full access