File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments