在我的SpringBoot应用程序中,我有以下两个类:@EnableWebSecuritypublicclassAppSecurityConfigextendsWebSecurityConfigurerAdapter{@AutowiredprivateJwtAuthenticationFilterjwtAuthenticationFilter;@Bean@OverridepublicAuthenticationManagerauthenticationManagerBean()throwsException{returnsuper.authenticationManagerBean()