master
parent
a3d7d43015
commit
5d98121c2c
|
@ -5,13 +5,14 @@ import com.february.common.core.domain.Result;
|
||||||
import com.february.common.domain.RealData;
|
import com.february.common.domain.RealData;
|
||||||
import com.february.common.domain.Vehicle;
|
import com.february.common.domain.Vehicle;
|
||||||
import com.february.common.domain.VehicleType;
|
import com.february.common.domain.VehicleType;
|
||||||
import com.february.common.log.aspect.WebLog;
|
import com.february.common.log.annotation.WebLog;
|
||||||
import com.vehicle.trajectory.service.TrajectoryService;
|
import com.vehicle.trajectory.service.TrajectoryService;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/vehicle")
|
@RequestMapping("/vehicle")
|
||||||
public class TrajectoryController {
|
public class TrajectoryController {
|
||||||
|
|
Loading…
Reference in New Issue