Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vondacho/arch-blueprint-java
A Java-SpringBoot backend application project as template and pedagogical support for teaching of Clean Architecture crafting practice.
https://github.com/vondacho/arch-blueprint-java
appmap cucumber hexagonal-architecture jpa-hibernate oidc spring-boot spring-mvc structurizr swagger-validator
Last synced: about 1 month ago
JSON representation
A Java-SpringBoot backend application project as template and pedagogical support for teaching of Clean Architecture crafting practice.
- Host: GitHub
- URL: https://github.com/vondacho/arch-blueprint-java
- Owner: vondacho
- Created: 2023-04-01T10:02:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:25:00.000Z (5 months ago)
- Last Synced: 2024-07-06T20:25:36.458Z (5 months ago)
- Topics: appmap, cucumber, hexagonal-architecture, jpa-hibernate, oidc, spring-boot, spring-mvc, structurizr, swagger-validator
- Language: Java
- Homepage: https://vondacho.github.io/arch-blueprint-java/
- Size: 13.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arch-blueprint-java
![build workflow](https://github.com/vondacho/arch-blueprint-java/actions/workflows/build.yml/badge.svg)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.- Web request validation with [Swagger request validator](https://bitbucket.org/atlassian/swagger-request-validator/src/master/)
- Web security based on Basic Authentication
- Exception handling with [Zalando problem handling](https://github.com/zalando/problem-spring-web)
- Application management with Spring Actuator
- Acceptance testing with [Cucumber](https://cucumber.io/docs/cucumber/)
- Contract testing with [Pact](https://docs.pact.io/) and [Spring Cloud Contract](https://softwaremill.com/contract-testing-spring-cloud-contract/)
- Architecture testing with [ArchUnit](https://www.archunit.org/motivation)## 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](https://vondacho.github.io/arch-blueprint-java/postman/postman_collection.json) or with [Swagger UI](https://vondacho.github.io/arch-blueprint-java/api/).## Documentation
Find full detailed documentation [here](https://vondacho.github.io/arch-blueprint-java/) powered by [MkDocs](https://www.mkdocs.org/getting-started/)