spring-webflux-reactive-rest-api-demo
spring-webflux-reactive-rest-api-demo copied to clipboard
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
Thanks for a great tutorial. The tests ran fine, sans pain. _After_ testing I had trouble getting the Mongo db to come up when running, however, so I could try...
Does ReactiveTemplate has DbCursor ? Have you ever used it?
My mongo data base like mongo --port 27017 -u "useradmin" -p "root" --authenticationDatabase "admin" and i set my properties like this spring.data.mongodb.uri=mongodb://localhost:27017/admin spring.data.mongodb.username= useradmin spring.data.mongodb.password= root But i am not...