|
@@ -9,7 +9,6 @@ import com.css.simulation.resource.scheduler.mapper.SimulationAutomaticProjectMa
|
|
|
import com.css.simulation.resource.scheduler.mapper.VehicleMapper;
|
|
|
import com.css.simulation.resource.scheduler.util.MinioUtil;
|
|
|
import io.minio.MinioClient;
|
|
|
-import lombok.NoArgsConstructor;
|
|
|
import lombok.SneakyThrows;
|
|
|
import org.dom4j.Attribute;
|
|
|
import org.dom4j.Document;
|
|
@@ -30,7 +29,6 @@ import java.nio.file.Paths;
|
|
|
import java.util.Iterator;
|
|
|
|
|
|
@Service
|
|
|
-@NoArgsConstructor
|
|
|
public class VideoService {
|
|
|
@Resource
|
|
|
VehicleMapper vehicleMapper;
|