@@ -11,7 +11,7 @@ import java.io.IOException;
@Component
public class WebSokcetTask {
- @Value("${task.switch}")
+ @Value("${websocket.switch}")
private Boolean taskSwitch;
@Scheduled(cron = "0/3 * * * * ? ")