1. 新增代码生成器支持生成时预设基础封装组件(查询、表格、列表、编辑弹窗)
2. 新增模块与 Server 新增脚本方法
(cherry picked from commit 287f4bbd7e)
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
<groupId>cn.iocoder.cloud</groupId>
|
||||
<artifactId>yudao-module-infra-server</artifactId>
|
||||
<version>${revision}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.cloud</groupId>
|
||||
|
||||
Reference in New Issue
Block a user