|
@@ -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>-->
|
|
@@ -71,11 +71,6 @@
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
<version>1.2.15</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
- <version>1.6</version>
|
|
|
- </dependency>
|
|
|
<!-- 业务代码-->
|
|
|
<dependency>
|
|
|
<groupId>com.ozs</groupId>
|