Remove ignoreUnknownFields accidentally added in 524a328
This commit is contained in:
parent
6c1c7133e7
commit
4260b0c765
|
|
@ -36,7 +36,7 @@ import org.springframework.util.StringUtils;
|
|||
* @author Dave Syer
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "security", ignoreUnknownFields = false)
|
||||
@ConfigurationProperties(prefix = "security")
|
||||
public class SecurityProperties implements SecurityPrerequisite {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue