
com.github.edgar615.util.spring.auth.AuthProperties Maven / Gradle / Ivy
The newest version!
package com.github.edgar615.util.spring.auth;
import java.util.List;
/**
* Created by Edgar on 2017/11/16.
*
* @author Edgar Date 2017/11/16
*/
public class AuthProperties {
private List ignore;
public List getIgnore() {
return ignore;
}
public void setIgnore(List ignore) {
this.ignore = ignore;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy