Skip to content

Commit 9b0b337

Browse files
committed
更新1.4.0
1 parent 146e176 commit 9b0b337

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>com.github.davidfantasy</groupId>
1212
<artifactId>mybatis-plus-generator-ui</artifactId>
13-
<version>1.3.4</version>
13+
<version>1.4.0</version>
1414
<scope>test</scope>
1515
</dependency>
1616
```
@@ -57,6 +57,8 @@ public class GeberatorUIServer {
5757

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

60+
**1.4.0**版本之后,可支持将GeberatorUIServer独立部署为一个单独的spring boot项目,通过页面指定目标项目根目录的方式为多个项目提供源码生成服务。
61+
6062
## 主要功能
6163
1. **数据表的查询和浏览**:可以直接浏览和查询配置的数据源的数据表信息,可选择一个或多个生成模板代码:
6264

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.davidfantasy</groupId>
66
<artifactId>mybatis-plus-generator-ui</artifactId>
7-
<version>1.3.4</version>
7+
<version>1.4.0</version>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<name>mybatis-plus-generator-ui</name>

0 commit comments

Comments
 (0)