Spring Boot Data Rest don't support reactive?

假如想象 提交于 2020-01-06 08:04:08

问题


So, that error got in log

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

Create a project by spring initialize: Reactive web, data-rest, data-rest-hal-browser, reactive-mongodb. When i try using data-rest router's i got error. In my opinion that happen, cuz data-rest don't support reactive. Can someone told how fix that?


回答1:


No yet, see the ticket [DATAREST-933]



来源:https://stackoverflow.com/questions/44871147/spring-boot-data-rest-dont-support-reactive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!