Commit 9b0b337 1 parent 146e176 commit 9b0b337 Copy full SHA for 9b0b337
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
<dependency >
11
11
<groupId >com.github.davidfantasy</groupId >
12
12
<artifactId >mybatis-plus-generator-ui</artifactId >
13
- <version >1.3.4 </version >
13
+ <version >1.4.0 </version >
14
14
<scope >test</scope >
15
15
</dependency >
16
16
```
@@ -57,6 +57,8 @@ public class GeberatorUIServer {
57
57
58
58
3 . 运行该启动类,启动一个Generator Server。然后访问 [ http://localhost:8068 ] ( http://localhost:8068/ ) (端口是可配置的)即可进入到管理界面。
59
59
60
+ ** 1.4.0** 版本之后,可支持将GeberatorUIServer独立部署为一个单独的spring boot项目,通过页面指定目标项目根目录的方式为多个项目提供源码生成服务。
61
+
60
62
## 主要功能
61
63
1 . ** 数据表的查询和浏览** :可以直接浏览和查询配置的数据源的数据表信息,可选择一个或多个生成模板代码:
62
64
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.davidfantasy</groupId >
6
6
<artifactId >mybatis-plus-generator-ui</artifactId >
7
- <version >1.3.4 </version >
7
+ <version >1.4.0 </version >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
10
10
<name >mybatis-plus-generator-ui</name >
You can’t perform that action at this time.
0 commit comments