Article link
$ git clone https://github.com/mkyong/spring-boot.git
$ cd spring-boot-externalize-config-2
$ mvn test
$ mvn spring-boot:run
$ curl localhost:8080/email
$ curl localhost:8080/email2
$ curl localhost:8080/env
Article link
$ git clone https://github.com/mkyong/spring-boot.git
$ cd spring-boot-externalize-config-2
$ mvn test
$ mvn spring-boot:run
$ curl localhost:8080/email
$ curl localhost:8080/email2
$ curl localhost:8080/env