Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 704 Bytes

spring-boot-best-practises

Build Status Test Coverage

About

This project demonstrates the best practises to be followed when developing a spring boot project.

Pre-requisites

  • Docker
  • Docker compose
  • Java 11
  • Maven 3

How to run

Build the jar using command,

mvn clean install -DskipTests

Start the application with the command,

docker-compose up