ClassNotFoundException: org.springframework.jdbc.datasource.DriverManagerDataSource

后端 未结 3 870
不思量自难忘°
不思量自难忘° 2020-12-25 13:36

I was trying to do some basic database operations. I\'m using STS 3.2.0, Apache Tomcat 7.

My dispatcher-servlet.xml includes:



        
3条回答
  •  悲哀的现实
    2020-12-25 13:58

    if none of the above solution doesn't work, then manually add spring-jdbc jar file to webapp/WEB-INF/lib.

提交回复
热议问题