Ecommerce backend service supporting CRUD operations for all associated resources.
- Spring Boot application
- Spring Data JPA(Hibernate as provider)
- JAX-RS based RESTful resources
- Supports Basic Authentication
These instructions will get you a copy of the project up and running on your local machine for development purposes.
- Maven v3.2+
- Java v1.8
- MySQL Server 5.6
This is the easiest part. Go to the directory with pom.xml and run below command.
mvn clean install