79637839

Date: 2025-05-25 16:06:06
Score: 1
Natty:
Report link
    //get All Vehicles .list
    @RequestMapping("/vehicles")
    public List<Vehicle> getAllVehicle()
    {
     return vehicleService.getAllVehicle();
    
    }
    how to map my HTML page and display my all vehicle list in HTML page in Spring Boot.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: usman raza