@RequestMapping("/") public String showUsers(Model model) { // ... return "index"; } In case this information is insufficient,here'sthe repo. I hope my post doesn't violate any guidelines. I've already readthispost (as well as quite a few StackOverflow questions) so I do use the ...
Next, we will modify the code structure in order to achieve this, because the interface cannot usePortected. If the interface is used, it is impossible to use theprotectedmethod. It will report an error directly, and it must be used in the same package. We putcontrollerandserviceUnder the...