Using STS, if I import the \"Rest Service\" Getting Started project using the latest Spring Boot and choose \"Run As Spring Boot App\", it starts up, t
\"Rest Service\"
\"Run As Spring Boot App\"
Just add
spring.main.web-environment=true
in application.properties and restart.