瀏覽代碼

操作日志注解修改

gao.qiang 2 周之前
父節點
當前提交
35a264cce9
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      hazard-sdk/pom.xml

+ 8 - 8
hazard-sdk/pom.xml

@@ -15,15 +15,15 @@
 
     <dependencies>
         <!-- webSocket web端 消息推送 -->
-<!--        <dependency>-->
-<!--            <groupId>org.springframework.boot</groupId>-->
-<!--            <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-thymeleaf</artifactId>
+        </dependency>
 
-<!--        <dependency>-->
-<!--            <groupId>org.springframework.boot</groupId>-->
-<!--            <artifactId>spring-boot-starter-websocket</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+        </dependency>
 
 <!--        &lt;!&ndash; 极光推送 &ndash;&gt;-->
 <!--        <dependency>-->