Springboot MVC first example
Spring Boot MVC has brought some cool stuff for spring developers.If you had used spring3 (MVC) we had to configure internalresourceviewresolver by our self in spring configuration file.Then write web.xml and load the spring configuration file on class path. The best part for moving to spring boot is to get rid of all the configuration stuff and just focus on…