Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
6 files
+ 119
10
Compare changes
  • Side-by-side
  • Inline
Files
6
package Team5.SmartTowns.Organisation;
import Team5.SmartTowns.Data.Location;
import Team5.SmartTowns.Data.addAddTownsRepository;
import Team5.SmartTowns.Landmarks.Landmarks;
import Team5.SmartTowns.Towns.Towns;
import jakarta.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.stereotype.Controller;
@Controller
Loading