We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.veitor.net/posts/DDD-in-php-architectural-styles/
本篇博文由本博客(http://www.veitor.net)经原文翻译,转载请注明出处。 为了能够构建一个复杂的应用程序,其中一个关键点就是需要有一个适合该程序的架构设计。领域驱动设计的一个优势就是它不受任何架构风格的约束。相反,我们可以自由的去为核心领域内的每一个限界上下文选择最合适的架构,为每一个领域问题提供多种架构选择。 例如,订单处理系统可以使用事件溯源(Event Sourcing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.veitor.net/posts/DDD-in-php-architectural-styles/
本篇博文由本博客(http://www.veitor.net)经原文翻译,转载请注明出处。 为了能够构建一个复杂的应用程序,其中一个关键点就是需要有一个适合该程序的架构设计。领域驱动设计的一个优势就是它不受任何架构风格的约束。相反,我们可以自由的去为核心领域内的每一个限界上下文选择最合适的架构,为每一个领域问题提供多种架构选择。 例如,订单处理系统可以使用事件溯源(Event Sourcing
The text was updated successfully, but these errors were encountered: