Procházet zdrojové kódy

操作日志注解修改

gao.qiang před 2 týdny
rodič
revize
35a264cce9
1 změnil soubory, kde provedl 8 přidání a 8 odebrání
  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>-->