Skip to content

Commit

Permalink
更新1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfantasy committed Dec 18, 2020
1 parent 146e176 commit 9b0b337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>com.github.davidfantasy</groupId>
<artifactId>mybatis-plus-generator-ui</artifactId>
<version>1.3.4</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -57,6 +57,8 @@ public class GeberatorUIServer {

3. 运行该启动类,启动一个Generator Server。然后访问 [http://localhost:8068](http://localhost:8068/) (端口是可配置的)即可进入到管理界面。

**1.4.0**版本之后,可支持将GeberatorUIServer独立部署为一个单独的spring boot项目,通过页面指定目标项目根目录的方式为多个项目提供源码生成服务。

## 主要功能
1. **数据表的查询和浏览**:可以直接浏览和查询配置的数据源的数据表信息,可选择一个或多个生成模板代码:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.davidfantasy</groupId>
<artifactId>mybatis-plus-generator-ui</artifactId>
<version>1.3.4</version>
<version>1.4.0</version>
<modelVersion>4.0.0</modelVersion>

<name>mybatis-plus-generator-ui</name>
Expand Down

0 comments on commit 9b0b337

Please sign in to comment.