https://github.com/knittl/ddd-spring
Spring integration for DDD annotations
https://github.com/knittl/ddd-spring
ddd domain-driven-design hacktoberfest hacktoberfest2022 java spring spring-boot
Last synced: about 2 months ago
JSON representation
Spring integration for DDD annotations
- Host: GitHub
- URL: https://github.com/knittl/ddd-spring
- Owner: knittl
- License: apache-2.0
- Created: 2020-10-27T16:49:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T13:58:34.000Z (over 5 years ago)
- Last Synced: 2025-02-26T00:23:12.693Z (over 1 year ago)
- Topics: ddd, domain-driven-design, hacktoberfest, hacktoberfest2022, java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DDD Annotations -- Spring Integration
====================================
This project aims at simplifying the development of [Domain Driven Design](https://www.domainlanguage.com/) applications with the [Spring Framework](https://spring.io/projects/spring-framework).
It provides configurations annotations which automatically scan the application for classes with [_DDD annotations_](https://github.com/knittl/ddd-annotations) and registers them as beans.