I was trying to do some basic database operations. I\'m using STS 3.2.0, Apache Tomcat 7.
My dispatcher-servlet.xml includes:
if none of the above solution doesn't work, then manually add spring-jdbc jar file to webapp/WEB-INF/lib.
Try to add to POM.xml:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
I think you should import selected jdbc jar into web app library.