From b0628cd6949a915596461719d16ba20b59dff73b Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Wed, 09 Jul 2025 17:57:26 +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