How to connect postman in eclipse!! Can any one help me
kouraik_nabila2022-07-07 19:52:00
V D2022-07-07 19:44:30
How to connect postman in eclipse!! Can any one help me
maybe this video helps u
DEBUGGING ECLIPSE WITH POSTMAN || REMOTE DEBUGGING – YouTube
Sudarsan_siram2022-07-07 19:53:46
https://youtu.be/87f5HUl4ipU
maybe this video helps u
DEBUGGING ECLIPSE WITH POSTMAN || REMOTE DEBUGGING – YouTube
RO2022-07-07 19:56:29
Hii , I am recently trying to build a simple rest api application in springboot. I am using get mapping and post mapping. But unable to get any response from postman. I tried several ways from stack overflow , didn’t work actually. No error in code. Ide : Intellij. Any suggestions will be helpful. Thanks
Saravana Pandiyan2022-07-07 19:57:36
RO2022-07-07 19:56:29
Hii , I am recently trying to build a simple rest api application in springboot. I am using get mapping and post mapping. But unable to get any response from postman. I tried several ways from stack overflow , didn’t work actually. No error in code. Ide : Intellij. Any suggestions will be helpful. Thanks
Share your server logs as a text not as an image
AnkitSaini44662022-07-07 20:05:15
Do anybody knows what it means??
roodrigues12022-07-07 20:09:43
AnkitSaini44662022-07-07 20:05:15
Do anybody knows what it means??
Check you have saved the class you are setting, maybe that is why is is not being found.
Ramya2022-07-07 20:13:24
RO2022-07-07 19:56:29
Hii , I am recently trying to build a simple rest api application in springboot. I am using get mapping and post mapping. But unable to get any response from postman. I tried several ways from stack overflow , didn’t work actually. No error in code. Ide : Intellij. Any suggestions will be helpful. Thanks
What is the response displaying in
Postman when u hit the url .. ? place some logs nd see till which method it’s getting called
AnkitSaini44662022-07-07 20:17:02
Thanks @roodrigues1
AnkitSaini44662022-07-07 20:18:43
Error 500
AnkitSaini44662022-07-07 20:18:43
College class
AnkitSaini44662022-07-07 20:18:43
College class & constructors
AnkitSaini44662022-07-07 20:18:43
Service
AnkitSaini44662022-07-07 20:18:43
Controller
AnkitSaini44662022-07-07 20:18:49
Can anybody tell why there’s an error
AnkitSaini44662022-07-07 20:19:18
I’m doing crud operation.
Trying to add college details
spring_moments2022-07-07 20:25:39
AnkitSaini44662022-07-07 20:19:18
I’m doing crud operation.
Trying to add college details
Instead of jumping onto the fix
Try to understand it step by step
Step 1 : check if the port your app is running on is 9001 ( means what you are hitting from postman matches with the deployment or not )
If step 1 is okay
Step 2 : run your app in debug mode and then add few breakpoint in your controller and see if you are able to reach to your api
This way you will understand what is the causing issue
Hope it helps
AnkitSaini44662022-07-07 20:26:30
Okk I’ll try
spring_moments2022-07-07 20:27:22
AnkitSaini44662022-07-07 20:26:30
Okk I’ll try
Sure , you can reach out in dm if it is still there
Ramya2022-07-07 20:30:00
AnkitSaini44662022-07-07 20:18:43
Service
Can u try once creating autowired for service impl class in controller and then call the method in that which addcollege .. if this does not work then debug will help ..