Getting back 404 responses and 400 resposes for post and Get Http requests on Spring Boot Java Project. New to spring so any advice is Appreciated

48 views Asked by At

https://github.com/mikedimeji/product-service

I have linked the entire project down below if anyone wants to look over my code or attempt running it themselves. Java 17 with a Mongodb backend and a simple product controller, service, repository and request response classes to deal with user queries. The Application is building and running correctly at the correct port but for some reason its acting as if the API/product endpoint doesn't exist even though stated in requestmapping.

LOGS linked in imageenter image description here

0

There are 0 answers