Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 755 Bytes

File metadata and controls

29 lines (14 loc) · 755 Bytes

spring-boot-H2-JPA-REST-API

This REST API based project is responsible for employee management at an Apparel Industrial Firm located in Kurunegala, Sri Lanka. The project is generated with Spring Boot Framework 2.3.5 and Java 1.8 with JPA support. The database was implemented with MySQL.

The Project follows SOLID Design Principles, Design Patterns, and Exception Handling with Unit Testing.

Requirements

Java - 1.8.x

Maven - 3.x.x

SpringBoot - 2.3.5.x

Build and run the backend app using maven

cd spring-boot-backend

mvn package

java -jar target/studentapp-1.0.0.jar

Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

The backend server will start at http://localhost:8080.