移除NacosAuthConfig类上冗余注解@Configuration (#3149)

This commit is contained in:
liwen2555376 2020-06-28 10:09:09 +08:00 committed by GitHub
parent 38a2aa111a
commit 82efc57017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ import org.springframework.web.cors.CorsUtils;
*
* @author Nacos
*/
@Configuration
@EnableGlobalMethodSecurity(prePostEnabled = true)
public class NacosAuthConfig extends WebSecurityConfigurerAdapter {