Skip to content

Commit

Permalink
upgrade version no to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzg committed Aug 17, 2018
1 parent 49a33e4 commit 2bd56a8
Show file tree
Hide file tree
Showing 2 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 @@ -11,7 +11,7 @@ mybatis-generator-gui是基于[mybatis generator](http://www.mybatis.org/generat
* 内置常用插件,比如分页插件
* 把数据库中表列的注释生成为Java实体的注释,生成的实体清晰明了
* 可选的去除掉对版本管理不友好的注释,这样新增或删除字段重新生成的文件比较过来清楚
* 目前已经支持Mysql、Oracle、PostgreSQL与SQL Server,暂不对其他非主流数据库提供支持。
* 目前已经支持Mysql、Mysql8、Oracle、PostgreSQL与SQL Server,暂不对其他非主流数据库提供支持。

### 要求
本工具由于使用了Java 8的众多特性,所以要求JDK <strong>1.8.0.60</strong>以上版本,另外<strong>JDK 1.9</strong>暂时还不支持。
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zzg</groupId>
<artifactId>mybatis-generator-gui</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2bd56a8

Please sign in to comment.