dylan-tao / nacos-plus

Nacos support the database type: OpenGauss、GaussDB、DM、MariaDB、PostgreSQL、Oracle、SQLServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【FAQ-2】opengauss-jdbc-2.0.0在Maven公共仓库不能找到

dylan-tao opened this issue · comments

此版本为银行内部提供的商业稳定版本,如果本地需要重新编译打包请将根目录lib下的jar包deploy到自己公司的maven仓库即(2.2.0.2版本开始使用此jar包)

<dependency>
    <groupId>org.opengauss</groupId>
    <artifactId>opengauss-jdbc</artifactId>
    <version>2.0.0</version>
</dependency>