I am trying to develop a new Spring boot application using MVC as a first step to move my existing Spring MVC application to Spring boot.
However, I am facing an is
The issue was with the version of jar spring-boot-starter-parent. For some reason this doesn't work with the version 1.5.3 RELEASE. It works until version 1.5.2 RELEASE.
spring-boot-starter-parent
1.5.3 RELEASE
1.5.2 RELEASE
I have updated the pom.xml's parent tag as below:
pom.xml
org.springframework.boot spring-boot-starter-parent 1.5.2.RELEASE