648540858
2023-03-21 2c3f6417a35d0a2d79f3b751b7a5a8edbb0bcc84
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;