From f6f3df18ea57ea4128fcccf3282e1520e867c631 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 29 Jul 2024 13:49:22 +0800
Subject: [PATCH] 1

---
 websocketSerivce/src/main/java/org/example/WsServerApplication.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/websocketSerivce/src/main/java/org/example/WsServerApplication.java b/websocketSerivce/src/main/java/org/example/WsServerApplication.java
index 76c266b..a2896bd 100644
--- a/websocketSerivce/src/main/java/org/example/WsServerApplication.java
+++ b/websocketSerivce/src/main/java/org/example/WsServerApplication.java
@@ -25,13 +25,5 @@
     public static void main(String[] args) {
         SpringApplication.run(WsServerApplication.class, args);
     }
-
-    @Autowired
-    private CurrencySerivce currencySerivce;
-
-    @Bean
-    public void start() throws JsonProcessingException {
-        currencySerivce.start();
-    }
 }
 

--
Gitblit v1.9.3