我参与的项目中我发现了以下内容:
@RequestMapping(value = "事件/..."); @RequestMapping(value = "/events/...");
(在方法级别注释之前有和没有斜线)。
我执行搜索:
站点:http://static.springsource.org/spring/docs/3.1.x 斜线
并阅读这些链接:
- http://forum.springsource.org/showthread.php?130753-Various-Spring-MVC-RequestMapping-configuration-questions
- 各种 Spring MVC RequestMapping 配置问题
- @RequestMapping 中预斜线的处理
- https://www.rfc-editor.org/rfc/rfc6570
但是这些来源都没有回答为什么允许跳过斜线。官方 Spring 文档总是显示带有斜杠的示例......
需要指向官方文档或 Spring 资源。