简体   繁体   English

如何使用postman调试其余的webservices maven项目?

[英]How to debug my rest webservices maven project using postman ?

I have my rest api java maven project. 我有我的其余api java maven项目。 I am using jersey services.When I run my Main.java class the server starts. 我正在使用球衣服务。运行Main.java类时,服务器启动。 I have many methods for the creating endpoints to send responses for requests. 我有许多方法可以创建端点以发送请求响应。 I want to debug the methods when I send the request through Postman rest api client. 通过Postman rest api客户端发送请求时,我想调试方法。 I am running the application on localhost. 我在本地主机上运行该应用程序。 How to do this ? 这个怎么做 ? Running my application in debug mode doesn't help. 在调试模式下运行我的应用程序无济于事。 Any tutorials or blogs would also be helpful. 任何教程或博客也将有所帮助。

请提供IDE和服务器详细信息,截止到现在,只需将服务器重启到调试模式即可

What is the problem? 问题是什么? Did you run it from IDE in debug mode? 您是否以调试模式从IDE运行它?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM