1
zj
2024-11-12 cd95c9114fcbb3fc65c666b8b86c378f9a96d55b
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();
    }
}