commons dbcp 2.0 的 Maven 坐标
arxive
阅读:10
2024-08-06 10:45:09
评论:0
我想使用 Commons-DBCP 2.0。 在官方网站上我发现:
Users upgrading to 2.x should be aware that the Java package name has changed, as well as the Maven co-ordinates, since DBCP 2.x is not binary compatible with DBCP 1.x.
但是新坐标是什么?果然here只有 1.x 可用。
请您参考如下方法:
是这个吗?
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.0</version>
</dependency>
大多数 apache 项目都与 org.apache.commons
groupid 保持一致。 而且您似乎想要 DBCP 2。
顺便说一句,maven central 有自己的搜索工具:
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。