java-spring-web
java-spring-web copied to clipboard
use controller method name as operation name in webflux
In webflux, the http method is used as operation name.
Preferably, this should be the controller method name, as is already the case in non-webflux spring.