Explorar el Código

update 调整 xml 格式

疯狂的狮子Li hace 1 año
padre
commit
e53d49bf0a

+ 2 - 2
ruoyi-api/ruoyi-api-resource/src/main/java/org/dromara/resource/api/RemoteMessageServiceStub.java

@@ -25,7 +25,7 @@ public class RemoteMessageServiceStub implements RemoteMessageService {
         try {
             remoteMessageService.publishMessage(sessionKey, message);
         } catch (Exception e) {
-            log.warn("websocket 功能未开启或服务未找到");
+            log.warn("推送功能未开启或服务未找到");
         }
     }
 
@@ -39,7 +39,7 @@ public class RemoteMessageServiceStub implements RemoteMessageService {
         try {
             remoteMessageService.publishAll(message);
         } catch (Exception e) {
-            log.warn("websocket 功能未开启或服务未找到");
+            log.warn("推送功能未开启或服务未找到");
         }
     }
 }

+ 3 - 3
ruoyi-modules/ruoyi-gen/pom.xml

@@ -80,19 +80,19 @@
 <!--        <dependency>-->
 <!--            <groupId>org.anyline</groupId>-->
 <!--            <artifactId>anyline-data-jdbc-oracle</artifactId>-->
-<!--        <version>${anyline.version}</version>-->
+<!--            <version>${anyline.version}</version>-->
 <!--        </dependency>-->
 
 <!--        <dependency>-->
 <!--            <groupId>org.anyline</groupId>-->
 <!--            <artifactId>anyline-data-jdbc-postgresql</artifactId>-->
-<!--        <version>${anyline.version}</version>-->
+<!--            <version>${anyline.version}</version>-->
 <!--        </dependency>-->
 
 <!--        <dependency>-->
 <!--            <groupId>org.anyline</groupId>-->
 <!--            <artifactId>anyline-data-jdbc-mssql</artifactId>-->
-<!--        <version>${anyline.version}</version>-->
+<!--            <version>${anyline.version}</version>-->
 <!--        </dependency>-->
 
     </dependencies>