-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Implement Onion Architecture pattern #3231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please assign it to me. |
Update: Raised PR, will work on review comments (#3266) |
|
Did you run "mvn spotless::check" locally ? |
Yes |
Description
Onion Architecture is an architectural style that places the domain model (business logic) at the center, surrounded by layers (or “rings”) of application services, and infrastructure or external integrations on the outermost edge. The idea is that all dependencies point inwards toward the core domain, ensuring the business logic remains independent of external frameworks or technologies.
Key Elements
References
Acceptance Criteria
onion-architecture
(or similar)..md
file) describing the pattern, explaining the layering principle, and illustrating code flow.The text was updated successfully, but these errors were encountered: