📜  多重映射 @requestmapping - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:17.037000             🧑  作者: Mango

代码示例1
@RequestMapping has a String[] value parameter, so you should be able to specify multiple values like this:

@RequestMapping(value={"", "/", "welcome"})