springboot 连接oracle

下载ojdbc6.jar 然后在jar目录执行以下命令

mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -Dfile=ojdbc6.jar

 

test 这句话不要随便写,写了test就不会把jar包拷贝到tomcat目录,具体scope的意思可以参考

https://blog.csdn.net/kimylrong/article/details/50353161

 


    com.oracle
    ojdbc6
    11.2.0.3

你可能感兴趣的:(java)