RESTful service using Java and Spring Boot supporting the basic CRUD operations for products.
- Java 11
- Spring Boot
- Spring HATEOS
- Spring JPA
- PostgreSQL
- Swagger
- Junit4
- Lombok
- Maven
- The primary you will need to install
PostgreSQL
; - Create your database;
- Run the script inside the
./utils/start.sql
and create the tables;
git clone https://github.com/liviubiur/product-service.git
mvn test
mvn -DskipTests clean package
A Swagger documentation is available at http://localhost:8080/swagger-ui.html.