Helius
2021-06-01 f2c16a386e87ff571c88af97525d1b0cf4afb268
src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java
@@ -24,7 +24,7 @@
@Slf4j
@Component
@ConditionalOnProperty(prefix = "app", name = "websocekt-job", havingValue = "true")
@ConditionalOnProperty(prefix = "app", name = "websocket-job", havingValue = "true")
public class ChatConsumer {
    @Autowired