Created
May 1, 2020 04:27
-
-
Save rajeevshukla/f6ba2711aa55a793c8eaff36385eda2a to your computer and use it in GitHub Desktop.
Login Mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@RequestMapping("login") | |
public String login() { | |
return "login"; // will look for login.jsp inside WEB-INF/jsp/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment