/client-crud

#umCRUDporsemana

Primary LanguageJava

CRUD de clientes

Fazendo um CRUD por semana até eu me sentir confiante que sei fazer CRUDs

STS

Postman

  • Crie novas requests
    • POST New client
      • {{host}}/clients/
    • PUT Update client
      • {{host}}/clients/1
    • DEL Delete Produto
      • {{host}}/clients/1
    • GET Client by id
      • {{host}}/clients/1