1. 替换原始 code 签名

2. 服务与模块生成器,支持指定起始端口批量端口分配

(cherry picked from commit e99da38fd4)
This commit is contained in:
chenbowen
2025-09-02 10:15:16 +08:00
committed by chenbowen
parent 9929ae8a39
commit 1e1216c150
778 changed files with 876 additions and 801 deletions

View File

@@ -5,7 +5,7 @@ import cn.iocoder.yudao.framework.common.enums.RpcConstants;
/**
* API 相关的枚举
*
* @author 芋道源码
* @author ZT
*/
public class ApiConstants {

View File

@@ -3,7 +3,7 @@ package cn.iocoder.yudao.module.infra.enums;
/**
* Infra 字典类型的枚举类
*
* @author 芋道源码
* @author ZT
*/
public interface DictTypeConstants {

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 代码生成的前端类型枚举
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter

View File

@@ -8,7 +8,7 @@ import static cn.hutool.core.util.ArrayUtil.firstMatch;
/**
* 代码生成的场景枚举
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter

View File

@@ -9,7 +9,7 @@ import java.util.Objects;
/**
* 代码生成模板类型
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter

View File

@@ -9,7 +9,7 @@ import lombok.Getter;
* 目前的作用Controller 新增、修改、响应时,使用 VO 还是 DO
* 注意:不包括 Controller 的分页参数!
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* API 异常数据的处理状态
*
* @author 芋道源码
* @author ZT
*/
@AllArgsConstructor
@Getter