Spring Data Rest Projection不起效果

来源:互联网 发布:华为手机推荐2017知乎 编辑:程序博客网 时间:2024/06/05 05:48

我用了@Projection注解,然而并没有什么用。
查文档

Projection definitions will be picked up and made available for clients if they are:
Flagged with the @Projection annotation and located in the same package (or sub-package) of the domain type, OR Manually registered via

RepositoryRestConfiguration.getProjectionConfiguration().addProjection(…).

原来是要放在domain的包或者子包下才能自动查找

原创粉丝点击