Skip to content

pablo-padua/Address-Entity-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages