一碗白开水*

导航

maven 添加jdbc6

1 把jdbc6 拷贝到C:\Users\{用户}\

 

2

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

 

3

<!-- 添加oracle jdbc driver -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.1.0</version>
</dependency>

posted on 2017-11-22 22:13  一碗白开水*  阅读(243)  评论(0编辑  收藏  举报