"aggregate-oriented domain" 是什么意思(说到基于 Spring 的应用程序)?

What "aggregate-oriented domain" means (speaking of a Spring-based application)?

来自spring-framework-petclinic

this repo is a fork of the spring-projects/spring-petclinic. It allows the Spring community to maintain a Petclinic version with a plain old Spring Framework configuration and with a 3-layer architecture (i.e. presentation --> service --> repository). The "canonical" implementation is now based on Spring Boot, Thymeleaf and aggregate-oriented domain.

我用 google 搜索了很多,但 "aggregate-oriented domain" 一词无法成功搜索。

这意味着它的领域模型使用领域驱动设计中的聚合模式。

参见: