缺少相应的jar包,可以导入spring-jdbc
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>x.x.x.RELEASE</version>
</dependency>
来源:CSDN
作者:最美童话
链接:https://blog.csdn.net/qq_41798494/article/details/104277431