Skip to content
Snippets Groups Projects
Commit 605fb0eb authored by Rhys Nute's avatar Rhys Nute
Browse files

moved to folders

parent 26708440
No related branches found
No related tags found
2 merge requests!38Draft: Businesses,!31Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."
package Team5.SmartTowns.Organisation;
import Team5.SmartTowns.Data.localAuthority;
import Team5.SmartTowns.Data.localAuthorityRepository;
import Team5.SmartTowns.localauthority.localAuthority;
import Team5.SmartTowns.localauthority.localAuthorityRepository;
import jakarta.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.bind.annotation.PostMapping;
......
package Team5.SmartTowns.Data;
package Team5.SmartTowns.localauthority;
import lombok.AllArgsConstructor;
import lombok.Data;
......
package Team5.SmartTowns.Data;
package Team5.SmartTowns.localauthority;
import java.util.List;
......
package Team5.SmartTowns.Data;
package Team5.SmartTowns.localauthority;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment