java - Spring Boot Data Rest不支持响应式?

标签 java spring rest reactive-programming spring-data-rest

所以,该错误已记录在日志中

ERROR 15340 --- [nio-8086-exec-9] o.s.d.r.w.RepositoryRestExceptionHandler : 
reactor.core.publisher.FluxOnAssembly cannot be cast to java.lang.Iterable

通过spring初始化创建项目:Reactive web、data-rest、data-rest-hal-browser、reactive-mongodb。当我尝试使用数据休息路由器时,出现错误。在我看来,发生这种情况是因为 data-rest 不支持响应式(Reactive)。有人可以告诉如何解决这个问题吗?

最佳答案

还没有,看票 [DATAREST-933]

关于java - Spring Boot Data Rest不支持响应式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44871147/

相关文章:

java - JMockit:模拟接口(interface)时为 "Misplaced argument matcher detected here"

java - System.getProperty ("os.name"的奇怪值)

java - 如何删除存储在缓存中的文件? (安卓)

java - 想要在 Servlet 中使用 applicationContext 或 WebApplicationContext 来使用 Spring Bean。我怎样才能做到这一点

c# - 反序列化web api项目中的json数组

java - 对 RESTful 资源的 GET 请求导致未找到 MessageBodyWriter

json - 将 $skip 与 SharePoint 2013 REST API 一起使用

java - 错误: incompatible types possible lossy conversion from float to char

java - 使用 Spring @Configuration 注释注入(inject) bean 列表

java - Spring Boot Tiles - java.lang.NoClassDefFoundError : org/apache/commons/beanutils/MethodUtils