mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-09 04:17:22 +00:00
docs: improve crtp documentation
This commit is contained in:
@@ -32,7 +32,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* CQRS : Command Query Responsibility Segregation. A pattern used to separate query services from
|
||||
* commands or writes services. The pattern is very simple but it has many consequences. For
|
||||
* commands or writes services. The pattern is very simple, but it has many consequences. For
|
||||
* example, it can be used to tackle down a complex domain, or to use other architectures that were
|
||||
* hard to implement with the classical way.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user