Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 371 Bytes

File metadata and controls

14 lines (9 loc) · 371 Bytes

Generic REST API

A sample project to create Generic Rest Api consisting controller, service, dtos and entities using spring boot. The project uses following technologies:

  1. Java 11
  2. Spring Boot 2.3.3
  3. MySQL
  4. Project Lombok
  5. Model Mapper

To Run The Application

Set the required datasource properties and run mvn spring-boot:run command