java-spring-web icon indicating copy to clipboard operation
java-spring-web copied to clipboard

use controller method name as operation name in webflux

Open zeitlinger opened this issue 4 years ago • 0 comments

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.

zeitlinger avatar Apr 16 '21 15:04 zeitlinger