Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 747 Bytes

Address Entity CRUD

Developing a simple Address CRUD using Java, SpringBoot, Maven and PostgreSQL.

  • Create method - Random valid address data generated using the Gerador CEP API.
  • Find method - Finds an address entity based on the given id value and returns a JSON.
  • Update method - Receives the entity's id and a Long param on the url request that updates the address' number.
  • Delete method - Deletes an entity based on the given id.