如何调试 spring-social-showcase?
我已经下载了 spring-social-showcase 项目。我可以使用 mvn tomcat:run
在命令提示符下运行该项目。我可以在 URL 中输入 http://localhost:8080/spring-social-showcase
浏览该项目。我该如何调试项目?我也无法在 sts 中运行该项目,因为 sts 没有显示选项 Project > >运行为>在服务器上运行。是否可以通过sts运行/调试项目?任何帮助将不胜感激。
I have downloaded spring-social-showcase project. I can run the project in command prompt using mvn tomcat:run
. I can browse the project in url typing http://localhost:8080/spring-social-showcase
. How can I debug the project? I also can not run the project in sts because sts does not show the option Project > Run as > Run on server. Is it possible to run/debug the project through sts? Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除一般项目外,将项目导入为maven项目。然后您可以运行/调试该项目。
干杯
Import the project as a maven project except general project. Then you can run/debug the project.
Cheers
打开cmd>直到pom的路径>输入 mvn eclipse:eclipse -Dwtpversion=2.0 >并将该项目作为通用项目导入并在服务器上运行。
Open cmd > Go till path of pom > type mvn eclipse:eclipse -Dwtpversion=2.0 > and import the project as general project and run on server .