79637780

Date: 2025-05-25 15:00:47
Score: 1
Natty:
Report link
//get All Vehicles .list
    @RequestMapping("/vehicles")
    public List<Vehicle> getAllVehicle()
    {
        return vehicleService.getAllVehicle();
        
    }


how to show my all vehicles list in HTML page?
thnaks
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: usman raza