All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kaizen4j.common.base.LogSerial Maven / Gradle / Ivy

There is a newer version: 1.3.8.RELEASE
Show newest version
package org.kaizen4j.common.base;

public final class LogSerial {

    public static final String MDC_REQUEST_ID = "req.RequestId"; // 请求 ID

    public static final String MDC_USER_ID = "req.UserId"; // 用户 ID

    private LogSerial() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy