Change spring stuff to mvc extension instead of do

show splash screen after login
This commit is contained in:
rlawson
2014-08-06 09:28:57 -04:00
parent ba9b60a99c
commit abd594beae
11 changed files with 197 additions and 14 deletions

View File

@ -18,7 +18,7 @@ import org.springframework.web.servlet.ModelAndView;
@Controller
public class Login {
@RequestMapping(value = "login.do", method = RequestMethod.GET)
@RequestMapping(value = "login.mvc", method = RequestMethod.GET)
public ModelAndView login(
@RequestParam(value = "error", required = false) String error,
@RequestParam(value = "logout", required = false) String logout) {