Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使根路径变量与其他请求映射一起使用。考虑具有以下请求映射的控制器:
/admin /tag /category /{slug}
我希望最后一个捕获所有其他请求。
然后为最后一个请求映射使用通配符。
@RequestMapping(value="/**")