From 22b948405d2e7d285a0ed2ad2bd4857383561a6e Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 31 十月 2025 16:08:39 +0800
Subject: [PATCH] 调整提示

---
 ruoyi-common/ruoyi-common-websocket/src/main/java/org/dromara/common/websocket/config/WebSocketConfig.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-websocket/src/main/java/org/dromara/common/websocket/config/WebSocketConfig.java b/ruoyi-common/ruoyi-common-websocket/src/main/java/org/dromara/common/websocket/config/WebSocketConfig.java
index 30d109e..c6680c9 100644
--- a/ruoyi-common/ruoyi-common-websocket/src/main/java/org/dromara/common/websocket/config/WebSocketConfig.java
+++ b/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 {

--
Gitblit v1.8.0