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 9540e8fddd
commit b8f9c7016c
778 changed files with 876 additions and 801 deletions

View File

@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
/**
* API 访问日志
*
* @author 芋道源码
* @author ZT
*/
@Data
public class ApiAccessLogCreateReqDTO {

View File

@@ -9,7 +9,7 @@ import java.io.Serializable;
/**
* Key Value 的键值对
*
* @author 芋道源码
* @author ZT
*/
@Data
@NoArgsConstructor

View File

@@ -10,7 +10,7 @@ import java.util.Arrays;
/**
* 通用状态枚举
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -6,7 +6,7 @@ import lombok.Getter;
/**
* 文档地址
*
* @author 芋道源码
* @author ZT
*/
@Getter
@AllArgsConstructor

View File

@@ -5,7 +5,7 @@ package cn.iocoder.yudao.framework.common.enums;
*
* 虽然放在 yudao-spring-boot-starter-rpc 会相对合适,但是每个 API 模块需要使用到,所以暂时只好放在此处
*
* @author 芋道源码
* @author ZT
*/
public interface RpcConstants {

View File

@@ -9,7 +9,7 @@ import java.util.Arrays;
/**
* 终端的枚举
*
* @author 芋道源码
* @author ZT
*/
@RequiredArgsConstructor
@Getter

View File

@@ -5,7 +5,7 @@ package cn.iocoder.yudao.framework.common.enums;
*
* 考虑到每个 starter 都需要用到该工具类,所以放到 common 模块下的 enum 包下
*
* @author 芋道源码
* @author ZT
*/
public interface WebFilterOrderEnum {

View File

@@ -10,7 +10,7 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
* 虽然说HTTP 响应状态码作为业务使用表达能力偏弱,但是使用在系统层面还是非常不错的
* 比较特殊的是,因为之前一直使用 0 作为成功,就不使用 200 啦。
*
* @author 芋道源码
* @author ZT
*/
public interface GlobalErrorCodeConstants {

View File

@@ -25,7 +25,7 @@ package cn.iocoder.yudao.framework.common.exception.enums;
* 不限制规则。
* 一般建议,每个模块自增。
*
* @author 芋道源码
* @author ZT
*/
public class ServiceErrorCodeRange {

View File

@@ -10,7 +10,7 @@ import java.util.concurrent.Executors;
/**
* Cache 工具类
*
* @author 芋道源码
* @author ZT
*/
public class CacheUtils {

Some files were not shown because too many files have changed in this diff Show More