Tomcat: v6
Spring Tools Suite: v2.7.2
Spring Framework: spring-webmvc-3.0.5
I was getting the same error. The cause was the missing Maven dependency spring -webmvc. I included the below dependency and it started working.
org.springframework spring-webmvc ${spring.version}