mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-19 04:04:26 +00:00
feat:Websocket服务拆到单独服务,主后台保持单工通信
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-amqp</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user