Do anybody knows what it means?

|
ihsanbardakci 2022-07-07 19:36:00
springbootmicroservices-66978.jpg
I did cross origin
ihsanbardakci 2022-07-07 19:36:52
springbootmicroservices-66979.jpg

ihsanbardakci 2022-07-07 19:37:07
Can you come to zoom bro?
ihsanbardakci 2022-07-07 19:37:32
I give screen control you
Crazy_devplr 2022-07-07 19:38:12
Does it works in postman
ihsanbardakci 2022-07-07 19:38:49
Crazy_devplr 2022-07-07 19:38:12
Does it works in postman

I dont know

ihsanbardakci 2022-07-07 19:41:41
Solved
ihsanbardakci 2022-07-07 19:42:04
But I dont know which how ı do
V D 2022-07-07 19:44:30
How to connect postman in eclipse!! Can any one help me
kouraik_nabila 2022-07-07 19:52:00
V D 2022-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 DEBUGGINGYouTube
Sudarsan_siram 2022-07-07 19:53:46
https://youtu.be/87f5HUl4ipU
maybe this video helps u

DEBUGGING ECLIPSE WITH POSTMAN || REMOTE DEBUGGINGYouTube
RO 2022-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 Pandiyan 2022-07-07 19:57:36
RO 2022-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

AnkitSaini4466 2022-07-07 20:05:15
springbootmicroservices-66997.jpg
Do anybody knows what it means??
roodrigues1 2022-07-07 20:09:43
AnkitSaini4466 2022-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.

Ramya 2022-07-07 20:13:24
RO 2022-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

AnkitSaini4466 2022-07-07 20:17:02
Thanks @roodrigues1
AnkitSaini4466 2022-07-07 20:18:43
springbootmicroservices-67005.jpg
Error 500
AnkitSaini4466 2022-07-07 20:18:43
springbootmicroservices-67004.jpg
College class
AnkitSaini4466 2022-07-07 20:18:43
springbootmicroservices-67003.jpg
College class & constructors
AnkitSaini4466 2022-07-07 20:18:43
springbootmicroservices-67002.jpg
Service
AnkitSaini4466 2022-07-07 20:18:43
springbootmicroservices-67001.jpg
Controller
AnkitSaini4466 2022-07-07 20:18:49
Can anybody tell why there’s an error
AnkitSaini4466 2022-07-07 20:19:18
I’m doing crud operation.
Trying to add college details
spring_moments 2022-07-07 20:25:39
AnkitSaini4466 2022-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

AnkitSaini4466 2022-07-07 20:26:30
Okk I’ll try
spring_moments 2022-07-07 20:27:22
AnkitSaini4466 2022-07-07 20:26:30
Okk I’ll try

Sure , you can reach out in dm if it is still there

Ramya 2022-07-07 20:30:00
AnkitSaini4466 2022-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 ..

DarK_pheonixx 2022-07-07 20:33:27
Anyone can do this assignment
DarK_pheonixx 2022-07-07 20:33:44
All I need only on postman
|