I\'m trying to create a spring mvc application. This is my pom.xml
May be your dependencies not build correctly. Check compilation issue in project.
Clean and rebuild project.
For maven project: mvn clean install
mvn clean install
For gradle projects: gradle clean build or gradlew clean build
gradle clean build
gradlew clean build