maven中sqljdbc4.jar无法下载的正确解决办法

发布时间 2023-07-10 17:41:57作者: 张岂逢

 

在pom.xml中添加如下依赖是无法导入sqljdbc4.jar包的,maven会报错,找不到依赖,无法下载

 我们上maven仓库能够发现有这么一句提示 this artifact is located at Clojars repository (https://clojars.org/repo/)

这个jar包是在Clojars仓库里面,我们需要在pom.xml中加上如下配置

 重新刷新下,OK搞定!

 

 

转载于:https://www.dgrt.cn/a/2165877.html?action=onClick