SyntaxFix
Write A Post
Hire A Developer
Questions
@RequestMapping has a String[] value parameter, so you should be able to specify multiple values like this:
@RequestMapping
String[]
@RequestMapping(value={"", "/", "welcome"})