Multiple @Bean protected SecurityFilterChain configure(HttpSecurity http) filterchain bean

Viewed 19

How can we make sure that it should follow an order. Basically i want to have fallback security filter which matches all the urls and i want to be registered last as a fall back ? Not as first one. How can i do that @Order seems not to work

0 Answers
Related