|
@@ -236,6 +236,23 @@
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
<version>4.4.1</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!--消息推送-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.amqp</groupId>
|
|
|
+ <artifactId>spring-amqp</artifactId>
|
|
|
+ <version>1.7.5.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.rabbitmq</groupId>
|
|
|
+ <artifactId>amqp-client</artifactId>
|
|
|
+ <version>5.12.0</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<profiles>
|