ximinghui

Results 5 issues of ximinghui

# Consider adding a way to obtain the `Identifier` in the `AggregateRoot` interface? ## Introduction I am new to DDD, please correct me if I am wrong, thanks. My topic...

The parameter name `metdata` seems to be a typo?

type: documentation

Take the following Plan entity class as a demonstration: ```java @Data @Entity public class Plan { @Id @GeneratedValue private UUID id; private String name; @ManyToOne private Process process; @OneToMany private...

type: bug

Updated the [method signature in customizing-sdr.adoc](https://github.com/spring-projects/spring-data-rest/blob/4.5.x/src/main/antora/modules/ROOT/pages/customizing-sdr.adoc#customizing-item-resource-uris) for accuracy. The correct signature is: [configureRepositoryRestConfiguration(RepositoryRestConfiguration config, CorsRegistry cors)](https://docs.spring.io/spring-data/rest/docs/4.5.0/api/org/springframework/data/rest/webmvc/config/RepositoryRestConfigurer.html#configureRepositoryRestConfiguration(org.springframework.data.rest.core.config.RepositoryRestConfiguration,org.springframework.web.servlet.config.annotation.CorsRegistry)).

type: documentation

`configureJacksonObjectMapper` cannot be `protected` because it overrides a `public` method from the [RepositoryRestConfigurer](https://docs.spring.io/spring-data/rest/docs/4.5.0/api/org/springframework/data/rest/webmvc/config/RepositoryRestConfigurer.html) interface.

type: documentation