Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.52 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.52 KB

arch-blueprint-java

build workflow

A Java project as template and pedagogical support for the teaching of Clean Architecture crafting practice.

Features

CRUD operations on Customer entities exposed by a REST API.

Getting started

  • Build the project with ./gradlew clean build.
  • Start the containerized database with docker-compose up.
  • Launch the application locally with ./gradlew bootRun --args='--spring.profiles.active=test,jpa,postgres'.
  • Play use cases with Postman using this default collection or with Swagger UI.

Documentation

Find full detailed documentation here powered by MkDocs