648540858
2023-04-15 f5d07c4c14a6555c0f1c80f5f47881a431570622
src/main/java/com/genersoft/iot/vmp/vmanager/server/ServerController.java
@@ -23,7 +23,6 @@
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframework.util.ObjectUtils;
import org.springframework.web.bind.annotation.*;
@@ -69,9 +68,6 @@
    @Value("${server.port}")
    private int serverPort;
    @Autowired
    private ThreadPoolTaskExecutor taskExecutor;
    @Autowired
    private IRedisCatchStorage redisCatchStorage;