http://www.baeldung.com/spring-cloud-bootstrapping
- start config server
mvn spring-boot:run - refresh config-client
curl -X POST http://localhost:8081/monitor -d path={app-config-client-1}
- where
app-config-client-1is the spring.application.name of client - which basically calls
curl -X POST http://localhost:8090/bus/refreshon theapp-config-client-1 - that
/bus/refreshdoes the same thing as/refresh