message: "hello, spring cloud -default"
spring: profiles: local
message: "hi, spring cloud -local"
spring: profiles: dock-local
message: "hello, spring cloud -doc local"
application.yml + {appname}.yml
mvn spring-boot:run -Dspring-boot.run.profiles=local
curl localhost:8080/actuator/refresh -d {} -H "Content-Type: application/json"