Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 276 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 276 Bytes

CRUD Spring Boot Application With Sample Using ArchUnit

Pre-requisites

  • Maven
  • Java 11
  • Docker
  • Docker Compose

How To Run

$ docker-compose up
$ mvn clean install
$ mvn spring-boot:run

Run Tests

$ mvn tests