can I use spring webflux with spring boot 1.x?
# spring
e
can I use spring webflux with spring boot 1.x?
c
I don't think so, it relies on Spring 5, maybe you could hack something together, but won't be easy. You'd probably have to configure everything by hand and write some adapters.