hello, by any chance anyone knows whether it is po...
# spring
d
hello, by any chance anyone knows whether it is possible to specify webflux WebFilter order from Java configuration (i.e. without
@Component
annotation), i.e. equivalent of servlet
FilterRegistrationBean
?
nvm... per docs
WebFilter
can implement
Ordered