From 165a6144e0d8405ac0c5a3bdf12713f070aec1aa Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Mon, 28 Sep 2020 14:37:14 +0800
Subject: [PATCH] 配置修改

---
 pom.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index cae38c0..c565c51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     </parent>
     <groupId>com.xcong</groupId>
     <artifactId>excoin</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>roc</version>
     <name>excoin</name>
     <description>Demo project for Spring Boot</description>
 
@@ -59,6 +59,11 @@
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-aop</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
         </dependency>
 
@@ -71,6 +76,11 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-amqp</artifactId>
         </dependency>
+        <dependency>
+            <!-- websocket -->
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+        </dependency>
 
 <!--        <dependency>-->
 <!--            <groupId>org.springframework.security</groupId>-->

--
Gitblit v1.9.1