|
@@ -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>
|