From df1716a9abacac95261d686bdf0776bc7d6deca2 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Sun, 13 Sep 2020 01:15:03 +0800 Subject: [PATCH] 撮合交易代码提交 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 0438973..c77623f 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> + <dependency> + <!-- websocket --> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> <!-- <dependency>--> <!-- <groupId>org.springframework.security</groupId>--> -- Gitblit v1.9.1