Helius
2021-05-31 f6a912c1a6a26c809568f964941fb4ad4483274e
modify
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java 2 ●●● patch | view | raw | blame | history
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