/ecommerce-data-jpa-springboot

A Spring Boot project exploring Spring Data JPA with MySQL Database

Primary LanguageJava

E-Commerce Data JPA SpringBoot

A Spring Boot project exploring Spring Data JPA with MySQL Database

Steps to Setup

1. Clone the Application

git clone https://github.com/attrayadas/ecommerce-data-jpa-springboot

2. Create MySQL Database

create database ecommerce;

3. Change MySQL username and password as per your installation

  • open src/main/resources/application.properties
  • change spring.datasource.username and spring.datasource.password as per your MySQL installation

4. Running Test Cases

All the test cases for the project are located in the src/test/java/com/attraya/ecommerce/repository directory.