Skip to content

poolals/spring-boot-ms-model

Repository files navigation

spring-boot-ms-model


POST - http://localhost:9080/spring-boot-ms-model/v1/products

Json Body 
{
    "productNumber": 9,
    "name": "Celular" 
}
  • add new product

  • add existing product

  • add product with invalid request



GET - http://localhost:9080/spring-boot-ms-model/v1/products?page=0&size=10
  • get list of product with valid request

  • get list of product with invalid request page

  • get list of product with invalid request size

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages