RepositoryEventHandler
全部标签 我正在尝试按照SpringDataRESTdocumentation中的说明添加RepositoryEventHandler到如下所示的REST存储库:@RepositoryRestResource(collectionResourceRel="agents",path="/agents")publicinterfaceAgentRepositoryextendsCrudRepository{//noimplementationrequired;SpringDatawillcreateaconcreteRepository}我创建了一个AgentEventHandler:@Compon
我正在尝试按照SpringDataRESTdocumentation中的说明添加RepositoryEventHandler到如下所示的REST存储库:@RepositoryRestResource(collectionResourceRel="agents",path="/agents")publicinterfaceAgentRepositoryextendsCrudRepository{//noimplementationrequired;SpringDatawillcreateaconcreteRepository}我创建了一个AgentEventHandler:@Compon