Sfoglia il codice sorgente

操作日志注解修改

gao.qiang 1 settimana fa
parent
commit
35a264cce9
1 ha cambiato i file con 8 aggiunte e 8 eliminazioni
  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>-->