com.suchtool.nicelog.util.log.context.feign.NiceLogFeignContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nicelog-spring-boot-starter Show documentation
Show all versions of nicelog-spring-boot-starter Show documentation
collect log automatically for SpringBoot project
The newest version!
package com.suchtool.nicelog.util.log.context.feign;
import lombok.Data;
/**
* 日志的上下文信息
*/
@Data
public class NiceLogFeignContext {
/**
* 原始响应体
*/
private String feignOriginResponseBody;
}