|
@@ -4,8 +4,6 @@ import lombok.Data;
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
-import java.util.List;
|
|
|
|
-
|
|
|
|
@Data
|
|
@Data
|
|
@Component
|
|
@Component
|
|
@ConfigurationProperties(prefix = "authorize")
|
|
@ConfigurationProperties(prefix = "authorize")
|
|
@@ -21,8 +19,4 @@ public class AuthorizeConfig {
|
|
*/
|
|
*/
|
|
private String url;
|
|
private String url;
|
|
|
|
|
|
- /**
|
|
|
|
- * 不需要鉴权的接口
|
|
|
|
- */
|
|
|
|
- private List<String> exclude;
|
|
|
|
}
|
|
}
|