com.biz.trace.common.TraceConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz-all Show documentation
Show all versions of biz-all Show documentation
BizX 是一个灵活而高效的业务开发框架, 其中也有很多为业务开发所需要的工具类的提供。
The newest version!
package com.biz.trace.common;
/**
* Trace 常量
*
* @author francis
* @version 1.0.1
* @create 2024-08-26
* @since 1.0.1
**/
public final class TraceConstant {
/**
* TraceId
* MDC中保存的链路ID的Key
*/
public static final String TRACE_ID = "traceId";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy