package factory; import org.springframework.stereotype.Component; /** * 订单服务降级处理 * @author luofl */ @Component public class RemoteOrderFallbackFactory { }