feat(messaging/websocket): 新增消息模块 - WebSocket

This commit is contained in:
2024-06-04 22:43:27 +08:00
parent 3d2a4271d5
commit cc079e8bf4
16 changed files with 647 additions and 9 deletions

View File

@@ -389,6 +389,13 @@
<version>${revision}</version>
</dependency>
<!-- 消息模块 - WebSocket -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-messaging-websocket</artifactId>
<version>${revision}</version>
</dependency>
<!-- 消息模块 - 邮件 -->
<dependency>
<groupId>top.continew</groupId>