阐明 spring mvc 休息和其他阐明问题
有谁知道 Enunciate 是否支持 Spring MVC @RequestMapping 剩余注释。如果是的话,有人有 enunciate.xml 和 pom.xml 文件来运行 mvn 插件。 mvn 插件没有正确合并我的 web.xml。
那么如何重命名 Enunciate 创建的 /api servlet...这是我试图记录的 servlet 的名称。
提前致谢。
Does any knows if Enunciate supports Spring MVC @RequestMapping rest annotations. If so does anyone have an enunciate.xml and pom.xml file for running the mvn plugin. The mvn plugin is not merging my web.xml properly..
So how do you rename /api servlet that Enunciate creates ... that is the name of the servlet that I am trying to document.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
答案:不,只有 JAX-RS。
pom.xml:
阐明.xml:
Enunciate 不会创建名为“/api”的 servlet。不确定你在说什么。
Answer: no, just JAX-RS.
pom.xml:
enunciate.xml:
Enunciate doesn't create a servlet named "/api". Not sure what you're talking about.
实际上,Enunciate 确实有 Spring 集成,您可以在此处找到更多详细信息。
我必须补充一点,就目前而言,我正在努力使用 Enunciate 来使其与 Spring 注释一起使用。到目前为止,还没有成功。
Actually, Enunciate does have a spring integration, you can find some more details here.
I must add that as for now, I'm struggling with Enunciate in order to make it work with Spring annotations. So far, without success.