Skip to content

Commit

Permalink
更新Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzg committed Jul 26, 2016
1 parent 1c46637 commit c784a54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ mybatis-generator-gui是基于[mybatis generator](http://www.mybatis.org/generat
mvn jfx:jar
### 启动本软件
* 下载的zip包
解压zip包,如果安装好了JRE或者JDK 8,直接cd至软件目录运行java -jar mybatis-generator-gui.jar

解压zip包,如果安装好了JRE或者JDK 8,直接cd至软件目录运行

java -jar mybatis-generator-gui.jar

* 自助构建

cd target/jfx/app/\

cd target/jfx/app/
java -jar mybatis-generator-gui.jar

* Eclipse or IntelliJ IDEA中启动, 找到MainUI类并运行就可以了
Expand Down

0 comments on commit c784a54

Please sign in to comment.