Product stock server using DDD architecture with springboot and mongoDB
Request | Type | Parameters |
---|---|---|
/api/product/find | GET |
|
/api/product/findAll | GET | no parameters requires |
/api/product/create | POST |
|
/api/product/remove | DELETE |
|
Product stock server using DDD architecture with springboot and mongoDB
Request | Type | Parameters |
---|---|---|
/api/product/find | GET |
|
/api/product/findAll | GET | no parameters requires |
/api/product/create | POST |
|
/api/product/remove | DELETE |
|