Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzg committed May 27, 2017
1 parent 07157bb commit 0c06eb3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mybatis-generator-gui是基于[mybatis generator](http://www.mybatis.org/generat
* 保存数据库连接与Generator配置,每次代码生成轻松搞定
* 内置常用插件,比如offset
* 可选的去除掉对版本管理不友好的注释,这样新增或删除字段重新生成的文件比较过来清楚
* 目前已经支持Mysql、Oracle与PostgreSQL,如果有对其它数据库有需求的请提Issue我会跟进
* 目前已经支持Mysql、Oracle、PostgreSQL与SQL Server,暂不对其他非主流数据库提供支持

### 要求
本工具由于使用了Java 8的众多特性,所以要求JDK <strong>1.8.0.60</strong>以上版本,对于JDK版本还没有升级的童鞋表示歉意。
Expand All @@ -25,7 +25,6 @@ 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.5 -Dpackaging=jar -DgeneratePom=true
mvn jfx:jar
cd target/jfx/app/
java -jar mybatis-generator-gui.jar
Expand All @@ -51,8 +50,7 @@ Eclipse or IntelliJ IDEA中启动, 找到```com.zzg.mybatis.generator.MainUI```
### QQ群
鉴于有的同学可能有一些特殊情况不能使用,我建了一个QQ群供大家交流。QQ群号:613911142


------
- - -
Licensed under the Apache 2.0 License

Copyright 2016 by Owen Zou
Copyright 2017 by Owen Zou

0 comments on commit 0c06eb3

Please sign in to comment.