java – 无法使用maven导入org.springframework.jdbc.core

前端之家收集整理的这篇文章主要介绍了java – 无法使用maven导入org.springframework.jdbc.core前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我不知道为什么在我的项目中找不到跟随导入:
码:

import org.springframework.jdbc.core.sqlInOutParameter;
import org.springframework.jdbc.core.sqlParameter;
import org.springframework.jdbc.object.StoredProcedure;

我的pom.xml文件中有以下内容

码:

但我发现,如果我添加以下内容可行,但我不知道为什么我需要:

最佳答案
如果您想使用Spring Jdbc包,则必须导入正确的库:

原文链接:https://www.f2er.com/spring/432770.html

猜你在找的Spring相关文章