STS(Spring Tools Suite)2.7.2 @RequestMappings视图不显示

发布于 2024-12-05 01:12:48 字数 484 浏览 2 评论 0原文

当前使用:

Spring Tools Suite v2.7.2

Spring Framework v3.0.5

控制器中的示例代码:

@RequestMapping( value={ "/en/page", "/fr/page" }, method = { RequestMethod.POST })

在 STS 中重现问题的步骤:

  • [Menu] Window ->显示视图-> @RequestMappings

  • [项目] 右键单击​​ ->弹簧工具->显示RequestMappings

返回:

Javadoc 内容丢失或为空

问题:

如何填充所有 @RequestMappings 以查看 Web 应用程序中映射的所有 url?

Currently Using:

Spring Tools Suite v2.7.2

Spring Framework v3.0.5

Sample Code in a controller:

@RequestMapping( value={ "/en/page", "/fr/page" }, method = { RequestMethod.POST })

Steps to reproduce issue in STS:

  • [Menu] Window -> Show View -> @RequestMappings

  • [Project] Right Click -> Spring Tools -> Show RequestMappings

Returns:

Javadoc content is missing or empty

Question:

How can I populate all @RequestMappings to view all urls mapped in my web application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

油焖大侠 2024-12-12 01:12:49

要解决此问题,您必须:

  • 右键单击​​您的项目
  • Spring Tools
  • 添加 Roo Project Nature

然后:

  • 右键单击​​您的项目
  • Spring Tools
  • Show @RequestMappings

看来代码还必须编译才能在 IDE 中输出映射,

干杯。

To resolve, you must:

  • Right click your project
  • Spring Tools
  • Add Roo Project Nature

Then:

  • Right click your project
  • Spring Tools
  • Show @RequestMappings

It seems that the code must also compile before the mappings can be output in the IDE,

Cheers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文