- package com.gyee.consumer.config;
- import com.gyee.consumer.fallback.GenreSetPushServiceFallbackFactory;
- import org.springframework.context.annotation.Bean;
- public class FeignConfiguration {
- @Bean
- public GenreSetPushServiceFallbackFactory eenreSetPushServiceFallbackFactory() {
- return new GenreSetPushServiceFallbackFactory();
- }
- }
|