如果取消异步正常调用微服务。一旦加@Async注解报以上的异常。
/** 操作日志远程服务接口
@Author: yoki
@Date: 2021/4/30 11:05
/
@FeignClient(contextId = "remoteOperLogService", value = ServiceNameConstants.SYSTEM_SERVICE, fallbackFactory = RemoteLogFallbackFactory.class)
public interface RemoteOperLogService
{
/*
/**
自己已经解决了。