Is there a comprehensive sample project out there ...
# spring
r
Is there a comprehensive sample project out there with webflux + netty + coroutines out there? I’m having a rough time getting a basic crud example working properly.
s
There will be one when Spring Boot 2.2 will be released. Also the Spring Framework 5.2 WebFlux refdoc will provide Coroutines code samples by default.
👍 4
r
Awesome good to know! I think I’ll hold off until then.