Home > Software design >  "status": 404 Error for POST Request in Spring Boot CRUD
"status": 404 Error for POST Request in Spring Boot CRUD

Time:01-20

I developed Spring Boot CRUD application. The database I have connected is PostgreSQL. @GetMapping is working properly and an empty array of objects can be retrieved by the GET request. But in @PostMapping, the POST request gives a 404 error.

  • Related