mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-10-14 06:00:23 +00:00
update 调整 xml 格式
This commit is contained in:
@@ -25,7 +25,7 @@ public class RemoteMessageServiceStub implements RemoteMessageService {
|
|||||||
try {
|
try {
|
||||||
remoteMessageService.publishMessage(sessionKey, message);
|
remoteMessageService.publishMessage(sessionKey, message);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warn("websocket 功能未开启或服务未找到");
|
log.warn("推送功能未开启或服务未找到");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ public class RemoteMessageServiceStub implements RemoteMessageService {
|
|||||||
try {
|
try {
|
||||||
remoteMessageService.publishAll(message);
|
remoteMessageService.publishAll(message);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warn("websocket 功能未开启或服务未找到");
|
log.warn("推送功能未开启或服务未找到");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -80,19 +80,19 @@
|
|||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.anyline</groupId>-->
|
<!-- <groupId>org.anyline</groupId>-->
|
||||||
<!-- <artifactId>anyline-data-jdbc-oracle</artifactId>-->
|
<!-- <artifactId>anyline-data-jdbc-oracle</artifactId>-->
|
||||||
<!-- <version>${anyline.version}</version>-->
|
<!-- <version>${anyline.version}</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.anyline</groupId>-->
|
<!-- <groupId>org.anyline</groupId>-->
|
||||||
<!-- <artifactId>anyline-data-jdbc-postgresql</artifactId>-->
|
<!-- <artifactId>anyline-data-jdbc-postgresql</artifactId>-->
|
||||||
<!-- <version>${anyline.version}</version>-->
|
<!-- <version>${anyline.version}</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.anyline</groupId>-->
|
<!-- <groupId>org.anyline</groupId>-->
|
||||||
<!-- <artifactId>anyline-data-jdbc-mssql</artifactId>-->
|
<!-- <artifactId>anyline-data-jdbc-mssql</artifactId>-->
|
||||||
<!-- <version>${anyline.version}</version>-->
|
<!-- <version>${anyline.version}</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Reference in New Issue
Block a user