标签: spring-boot spring-data-rest hateoas
当ResourceProcessor方法返回RestController时为什么不触发Resource<SomeEntity>?
ResourceProcessor
RestController
Resource<SomeEntity>
当我从spring-data-rest生成的端点获取SomeEntity时触发资源处理器。我创建了bean ResourceProcessor<Resource<SomeEntity>>,它可以工作。
SomeEntity
ResourceProcessor<Resource<SomeEntity>>