Spring Data Rest: RepositoryEventHandler methods not invoked

前端 未结 2 482
清歌不尽
清歌不尽 2020-12-05 08:16

I am trying to add a RepositoryEventHandler as described on Spring Data REST documentation to the REST repository shown below:

@RepositoryRestResource(collec         


        
2条回答
  •  感动是毒
    2020-12-05 08:39

    How does your main Application class look like? Does it import the RepositoryRestMvcConfiguration as described in https://spring.io/guides/gs/accessing-data-rest/?

提交回复
热议问题