Эх сурвалжийг харах

websocket demo 添加对应starter

cr7118@sina.cn 3 жил өмнө
parent
commit
4ddf59a610

+ 24 - 0
application-facade/pom.xml

@@ -19,6 +19,30 @@
     <name>application-facade</name>
 
     <dependencies>
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+            <version>4.5.15</version>
+        </dependency>
+
+<!--        <dependency>-->
+<!--            <groupId>org.springframework</groupId>-->
+<!--            <artifactId>spring-messaging</artifactId>-->
+<!--            <version>5.3.8</version>-->
+<!--        </dependency>-->
+
+<!--        <dependency>-->
+<!--            <groupId>org.springframework</groupId>-->
+<!--            <artifactId>spring-websocket</artifactId>-->
+<!--            <version>5.3.8</version>-->
+<!--        </dependency>-->
+
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+            <version>2.3.9.RELEASE</version>
+        </dependency>
+
         <dependency>
             <groupId>com.jihengbel.intelligent</groupId>
             <artifactId>common-config</artifactId>