wzy
2021-03-25 210706493b8f4c575150bf4bd317a0b0daed9ed9
src/main/java/com/xcong/excoin/rabbit/consumer/FollowConsumer.java
@@ -16,7 +16,7 @@
 **/
@Slf4j
@Component
@ConditionalOnProperty(prefix = "app", name = "rabbit-consumer1", havingValue = "true")
@ConditionalOnProperty(prefix = "app", name = "rabbit-consumer", havingValue = "true")
public class FollowConsumer {
    @Autowired