Hi expert,
I have been dealing with this postman issue for more than 2 weeks.
At the rate I am going I know I won't be able to work in similiar field, after my temp job ends in 2 months so hope some one can help me on this.
Tools used:
IDE: Eclipse with Spring STS plug in
curl : using Windows 10
I tried to produce a small SpringBoot app based on this tutorial:
https://spring.io/guides/gs/accessing-data-rest/ // this one I am not sure where to get the data so I tried out the below link
https://spring.io/guides/gs/rest-service/
So, what I do is I right-clicked on the project and run as SpringBoot App
At the curl I typed exactly what the tutorial taught but I am getting only errors :
The output just shows not found:
{"timestamp":"2020-10-29T09:31:53.677+00:00","status":404,"error":"Not Found","message":"","path":"/greeting"}
Hope someone can advise me what's wrong.
Thanks.