spring-cloud-config-demo Spring cloud config demo Run Server mvn -pl server spring-boot:run Test server: curl http://<user>:<pass>@localhost:8888/client/dev/master Client mvn -pl server spring-boot:run Test client: curl http://localhost:8080/whoami/bill