From 9d55c59a9e8cca81e984dc713564d1b551973172 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Wed, 24 Jun 2020 10:28:35 +0800
Subject: [PATCH] resolve Multiple Endpoints
---
pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index fb81680..6642f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,16 @@
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-amqp</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0