socket
This commit is contained in:
@@ -3,9 +3,11 @@ package com.sqx;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
import org.springframework.web.socket.config.annotation.EnableWebSocket;
|
||||
|
||||
|
||||
@EnableScheduling
|
||||
@EnableWebSocket
|
||||
@SpringBootApplication
|
||||
public class SqxApplication {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user