Browse Source

更新 'education_family/service/service-education/pom.xml'

helloskyone 1 year ago
parent
commit
5f1e61417b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      education_family/service/service-education/pom.xml

+ 4 - 1
education_family/service/service-education/pom.xml

@@ -18,7 +18,10 @@
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-openfeign</artifactId>
         </dependency>
-
+      <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+      </dependency>
     </dependencies>
 
     <build>