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

com.suchtool.nicelog.util.log.context.feign.NiceLogFeignContext Maven / Gradle / Ivy

The newest version!
package com.suchtool.nicelog.util.log.context.feign;

import lombok.Data;

/**
 * 日志的上下文信息
 */
@Data
public class NiceLogFeignContext {
    /**
     * 原始响应体
     */
    private String feignOriginResponseBody;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy