When running, swagger is available : http://localhost:8080/swagger-ui/index.html
VM Args have to be added
-Dspring.profiles.active=dev -Dspring.config.location=<PATH_TO_PROJECT>/springboot-rest-demo-config/src/main/resources/springboot-rest-demo.yml
{
"type": "java",
"name": "DemoRestApplication",
"request": "launch",
"mainClass": "org.grostarin.springboot.demorest.DemoRestApplication",
"projectName": "springboot-rest-demo-ws",
"vmArgs": "-Dspring.profiles.active=dev -Dspring.config.location=<PATH_TO_PROJECT>springboot-rest-demo-config\\src\\main\\resources\\springboot-rest-demo.yml"
}