我的靴子是2.0.5 我尝试过包含
compile('org.springframework.boot:spring-boot-starter-hateoas')
和伪装代码:
@GetMapping
PagedResources<Subject> findAll();
并将PagedResources替换为Resources,不起作用。
,我也想知道客户端控制器如何设置页面参数。可以优雅地将控制器参数传递给伪装者,然后传递给数据休息提供者。
答案 0 :(得分:0)
Spring Cloud OpenFeign不支持诸如Pageable
之类的Spring Data元素。参见Support Spring Data Pageable in Feign Client。