From 6eb98a07ecee714f0cad96e7d81f852c200b86db Mon Sep 17 00:00:00 2001 From: Achilles Date: Mon, 22 Apr 2024 12:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81Retifive=E7=9A=84=E6=93=8D?= =?UTF-8?q?=E4=BD=9C,=E4=BF=AE=E6=94=B9=E5=AF=B9=E5=BA=94=E7=9A=84?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/stock/market/web/MessageRetifiveController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/cn/stock/market/web/MessageRetifiveController.java b/src/main/java/cn/stock/market/web/MessageRetifiveController.java index c5f002d..cd994f2 100644 --- a/src/main/java/cn/stock/market/web/MessageRetifiveController.java +++ b/src/main/java/cn/stock/market/web/MessageRetifiveController.java @@ -46,6 +46,8 @@ public class MessageRetifiveController { @Autowired private AppClient appClient; + + @Autowired private ConcurrentAppClient concurrentAppClient;