Projeto API Rest usando Java Spring integrado ao microservice Date
- Start the application with Maven
- The API will be accessible at http://localhost:8080
The API provides the following endpoints:
GET /product - Retrieve a list of all data.
POST /product - Register a new data.
PUT /product - Alter data.
DELETE /product/{id} - Inactivate data.PostgresSQL as the database. The necessary database migrations are managed using Flyway.