📅  最后修改于: 2022-03-11 14:58:17.037000             🧑  作者: Mango
@RequestMapping has a String[] value parameter, so you should be able to specify multiple values like this:
@RequestMapping(value={"", "/", "welcome"})