Skip to content

Commit 4743dd6

Browse files
committed
fix ojdbc14.jar don't follow JDBC 4.0 JDBC 4.0 Drivers must include the file META-INF/services/java.sql.Driver
github issue number: #70
1 parent 76af127 commit 4743dd6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mybatis-generator-gui是基于[mybatis generator](http://www.mybatis.org/generat
2525
```bash
2626
git clone https://github.com/astarring/mybatis-generator-gui
2727
cd mybatis-generator-gui
28-
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
28+
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
2929
mvn jfx:jar
3030
cd target/jfx/app/
3131
java -jar mybatis-generator-gui.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.oracle</groupId>
5656
<artifactId>ojdbc14</artifactId>
57-
<version>10.2.0.3.0</version>
57+
<version>10.2.0.5</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.postgresql</groupId>

src/main/resources/lib/ojdbc14.jar

352 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)