Created
October 19, 2015 09:37
-
-
Save Roshanmutha/2c0f03fd2d48f43d0a2c to your computer and use it in GitHub Desktop.
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
| @Controller | |
| public class DefaultController { | |
| @RequestMapping(value = "/", method = RequestMethod.GET) | |
| public String index() { | |
| return "redirect:transaction/newTransaction"; | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replacement to welcome page.