1. 替换原始 code 签名

2. 服务与模块生成器,支持指定起始端口批量端口分配
This commit is contained in:
chenbowen
2025-09-02 10:15:16 +08:00
parent 287f4bbd7e
commit e99da38fd4
778 changed files with 876 additions and 801 deletions

View File

@@ -12,7 +12,7 @@ import org.springframework.context.annotation.Configuration;
/**
* Metrics 配置类
*
* @author 芋道源码
* @author ZT
*/
@AutoConfiguration
@ConditionalOnClass({MeterRegistryCustomizer.class})

View File

@@ -12,7 +12,7 @@ import java.io.IOException;
/**
* Trace 过滤器,打印 traceId 到 header 中返回
*
* @author 芋道源码
* @author ZT
*/
public class TraceFilter extends OncePerRequestFilter {

View File

@@ -11,7 +11,7 @@ import java.util.Map;
/**
* 链路追踪 Util
*
* @author 芋道源码
* @author ZT
*/
public class TracerFrameworkUtils {

View File

@@ -1,6 +1,6 @@
/**
* 使用 SkyWalking 组件,作为链路追踪、日志中心。
*
* @author 芋道源码
* @author ZT
*/
package cn.iocoder.yudao.framework.tracer;