mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 13:21:11 +00:00
navbar, reorganized JSP folders
This commit is contained in:
parent
f06cf8c3fa
commit
c4b5a98ac8
15 changed files with 65 additions and 79 deletions
|
|
@ -44,7 +44,7 @@ public class VetController {
|
|||
Vets vets = new Vets();
|
||||
vets.getVetList().addAll(this.clinicService.findVets());
|
||||
model.addAttribute("vets", vets);
|
||||
return "vetsList";
|
||||
return "vets/vetsList";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue