File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
58583 . 运行该启动类,启动一个Generator Server。然后访问 [ http://localhost:8068 ] ( http://localhost:8068/ ) (端口是可配置的)即可进入到管理界面。
5959
60+ ** 1.4.0** 版本之后,可支持将GeberatorUIServer独立部署为一个单独的spring boot项目,通过页面指定目标项目根目录的方式为多个项目提供源码生成服务。
61+
6062## 主要功能
61631 . ** 数据表的查询和浏览** :可以直接浏览和查询配置的数据源的数据表信息,可选择一个或多个生成模板代码:
6264
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments