Helius
2021-03-26 85bcdeb42052f981d3a360a15e436f733018e32f
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