Files
cleanddd/README.md
gushakov 47484bad01 readme
2022-01-04 22:21:14 +01:00

16 lines
657 B
Markdown

## Clean DDD
An example of a Clean architecture DDD application.
Here is [the article](https://medium.com/@gushakov/2236f5430a05) which describes the ideas for this application.
### References
Here are some references and links which were used for this application:
1. [Related SO question](https://stackoverflow.com/questions/54013963/ddd-approach-where-to-enforce-business-rules-without-aggregate)
- Interesting relevant question also involving academic domain
2. [Transactional, roll back transaction manually](https://stackoverflow.com/a/23502214)
3. [Baeldung, Jackson ignore null fields](https://www.baeldung.com/jackson-ignore-null-fields)