zhanghua
2024-11-14 c42695c5686213e7313d8dd8df80a4af903ebe8d
ruoyi-common/ruoyi-common-websocket/src/main/java/org/dromara/common/websocket/config/WebSocketConfig.java
@@ -20,7 +20,7 @@
 * @author zendwang
 */
@AutoConfiguration
@ConditionalOnProperty(value = "websocket.enabled", havingValue = "true")
@ConditionalOnProperty(value = "websocket.enabled", havingValue = "false")
@EnableConfigurationProperties(WebSocketProperties.class)
@EnableWebSocket
public class WebSocketConfig {