本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7281312.html?templateId=171...

将yashandb-jdbc-1.5.1.jar打包进mavan本地仓库

mvn install:install-file -Dfile=F:\developRE\yashan\dbeaver-for-yashandb-23.1-win32\win32\x86_64\dbeaver\configuration\org.eclipse.osgi\258\0.cp\driver\yashandb-jdbc-1.5.1.jar -DgroupId=com.yashandb -DartifactId=jdbc -Dversion=1.5.1 -Dpackaging=jar

参数说明:

-DgroupId=自定义groupId;

-DartifactId=自定义artifactId;

-Dversion=自定义版本1.5.1,

-Dpackaging=jar :设置该包的类型,有如下值:pom、jar、war、maven-plugin。但是一般常用的是jar类型;

-Dfile=文件路径 :jar包文件所在的路径与文件名。

pom.xml引入依赖即可

<dependency>

<groupId>com.yashandb</groupId>

<artifactId>jdbc</artifactId>

<version>1.5.1</version>

</dependency>


YashanDB
1 声望0 粉丝

崖山数据库系统YashanDB是深圳计算科学研究院自主设计研发的新型数据库管理系统,融入原创的有界计算、近似计算、并行可扩展和跨模融合计算理论,可满足金融、政企、能源等关键行业对高性能、高并发及高安全性的...