I tried including one of said dependencies at the time but I can't find any difference:
- spring boot starter web: I can see Flux and Mono classes and make a reactive rest controller
- spring boot starter webflux: I can see rest controller classes and annotation and I can make a canonical rest controller
So, what am I missing? Using spring boot 2.2.5-RELEASE.
