Skip to content

Commit

Permalink
fix ojdbc14.jar don't follow JDBC 4.0 JDBC 4.0 Drivers must include t…
Browse files Browse the repository at this point in the history
…he file META-INF/services/java.sql.Driver

github issue number: zouzg#70
  • Loading branch information
zouzg committed May 14, 2017
1 parent 76af127 commit 4743dd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mybatis-generator-gui是基于[mybatis generator](http://www.mybatis.org/generat
```bash
git clone https://github.com/astarring/mybatis-generator-gui
cd mybatis-generator-gui
mvn install:install-file -Dfile=./src/main/resources/lib/ojdbc14.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.3.0 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=./src/main/resources/lib/ojdbc14.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.5 -Dpackaging=jar -DgeneratePom=true
mvn jfx:jar
cd target/jfx/app/
java -jar mybatis-generator-gui.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.3.0</version>
<version>10.2.0.5</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
Binary file modified src/main/resources/lib/ojdbc14.jar
Binary file not shown.

0 comments on commit 4743dd6

Please sign in to comment.