You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
374 B
3 lines
374 B
1. 本地maven导入jar包,进入到jar所在目录,打开cmd,执行如下命令进行导入:
|
|
2. mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar
|
|
3. mvn install:install-file -Dfile=DmJdbcDriver18-8.1.1.193.jar -DgroupId=com.dameng -DartifactId=DmJdbcDriver18 -Dversion=8.1.1.193 -Dpackaging=jar |