I have 2 class that extends WebSecurityConfigurerAdapter, one with @Order(1) the other with @Order(2). I want the first one to filter my APIs starting
@Order(1)
@Order(2)