1
2
3
4
5
6
7
8
9
10
11
package factory;
 
import org.springframework.stereotype.Component;
 
/**
 * 订单服务降级处理
 * @author luofl
 */
@Component
public class RemoteOrderFallbackFactory {
}