|
@@ -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>
|
|
|
|
|
|
<!-- <!– 极光推送 –>-->
|
|
|
<!-- <dependency>-->
|