简体   繁体   中英

How to debug my rest webservices maven project using postman ?

I have my rest api java maven project. I am using jersey services.When I run my Main.java class the server starts. 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. 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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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