The hyperlinks will send the request to the Controller, but it can't receive my Controller, there were 404 errors, both in the front Controller and view the parser configuration in good condition, but can't access the login. The JSP page, hope who can help me to solve! Thank you very much!!
@ Controller
Public class TestController {
@ RequestMapping ("/login ")
Public String the login () {
return "login";
}
}