fixed #IILTZ Config单词拼错误

This commit is contained in:
冷冷 2018-03-27 23:31:04 +08:00
parent 7508d44ad3
commit 72769b2603
1 changed files with 1 additions and 1 deletions

View File

@ -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() {