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.
有没有办法在 RESTEasy 中转储映射路径列表?我搜索了 文档,结果是空的。
规范或典型实现中没有内置这样的功能。通过一些努力,您可以扫描所有类以查找 @Path 注释并检索映射路径。这篇文章是一个好的开始。
在更大的应用程序中,人们倾向于将所有映射保存在一个配置类中,因此不需要搜索。