备忘:添加本地oracle jdbc jar到maven

jar下载地址:https://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html

下载本地后,执行命令:mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0.1 -Dpackaging=jar -Dfile=d:\software\ojdbc7.jar

posted @ 2019-03-28 14:20  zzhuang913  阅读(137)  评论(0编辑  收藏  举报