When starting the App, using Postman to send a Post to create a commonProduct returns status 404. POST http://localhost:8080/commonProducts/create { "id": "abc", "name": "awesomeness", "description": "whoknows", "price": 0.5 }
When starting the App, using Postman to send a Post to create a commonProduct returns status 404.
POST http://localhost:8080/commonProducts/create
{
"id": "abc",
"name": "awesomeness",
"description": "whoknows",
"price": 0.5
}