spring5-webflux-rest
spring5-webflux-rest copied to clipboard
Refactoring Vendor and Category patch ops as non-blocking
Because blocking methods seem to be discouraged in recent releases of webflux, this refactors the PATCH methods in Vendor and Category controllers into a non-blocking form.