Guided by Serving Web Content with Spring MVC, I\'m creating a Spring Boot web application that I can run using both the embedded Tomcat instance as well as on a standalone Tomc
Just add the route in the controller annotation, something like this: @RestController @RequestMapping(value = "/")