mirror of https://gitee.com/maxjhandsome/pig
fixed #IILTZ Config单词拼错误
This commit is contained in:
parent
7508d44ad3
commit
72769b2603
|
@ -14,7 +14,7 @@ import java.util.List;
|
|||
@Configuration
|
||||
@ConditionalOnExpression("!'${urls}'.isEmpty()")
|
||||
@ConfigurationProperties(prefix = "urls")
|
||||
public class FilterUrlsPropertiesConifg {
|
||||
public class FilterUrlsPropertiesConfig {
|
||||
private List<String> anon = new ArrayList<>();
|
||||
|
||||
public List<String> getAnon() {
|
Loading…
Reference in New Issue