I have set up a spring boot project using the Spring Initializer, I tried several times to create a new project or play with the dependencies, everything seems to be in plac
If the below step not work:
Replaced my Spring Boot 1.4.2.RELEASE to 1.5.10.RELEASE
The reason for this error might be multiple version of the same is downloaded into your maven local repository folder.
So follow below steps to clear all existing repository jars and download all from beginning based on dependencies defined in your POM.xml..