Developing a simple Address CRUD using Java, SpringBoot, Maven and PostgreSQL.
- Create method - Random valid address data generated using the Gerador CEP API.
- Latitude and Longitude data taken from the Google Geocoding 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.