添加@Component注解

zmy
Sxile 2020-06-19 17:18:05 +08:00
parent 5734607e03
commit 719e1fdfa9
1 changed files with 2 additions and 0 deletions

View File

@ -4,12 +4,14 @@ import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
*
*
* @author ruoyi
**/
@Component
@Configurable
@ConfigurationProperties(prefix = "security.oauth2.ignore")
public class AuthIgnoreConfig