• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    Java
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example web app structured using Clean Architecture, implemented using Spring Framework.

spring-clean-architecture

Build Status

An example web app structured using Clean Architecture, implemented using Spring Framework.

Robert C Martin - Clean Architecture

Watch youtube video of Robert C. Martin "Uncle Bob" on Clean Architecture and Design:

Robert C Martin - Clean Architecture and Design

Un strict mode

If you feel that external configuration is a bit of a hasle, you can see example of integrating spring-context into domain logic. It's less flexible and surely it's not advised by Uncle Bob. If you feel that your thing, you might look at branch: spring-in-domain-logic (See diff here: https://github.com/coi-gov-pl/spring-clean-architecture/compare/spring-in-domain-logic).