1
zj
2024-08-22 f6f8e78aff9d221e8e7b018f30b52563398ad6ea
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();
    }
}