From cc90152bc8eab5e26bd997a0fc5b06ae78bd2b0b Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 01 Aug 2024 17:52: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