This commit is contained in:
Phillip Webb 2015-07-20 10:22:10 -07:00
parent 5d74ea2861
commit 6f6f898739
3 changed files with 4 additions and 2 deletions

View File

@ -112,6 +112,7 @@ public class OAuth2MethodSecurityConfiguration implements BeanFactoryPostProcess
}
return null;
}
}
}

View File

@ -680,7 +680,7 @@ content into your application; rather pick only the properties that you need.
endpoints.trace.id=trace
endpoints.trace.sensitive=true
endpoints.trace.enabled=true
# HYPERMEDIA ENDPOINTS
endpoints.docs.enabled=true
endpoints.docs.curies.enabled=false

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2013 the original author or authors.
* Copyright 2012-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -82,6 +82,7 @@ public class PropertiesConfigurationFactoryPerformanceTests {
// Foo needs to be public and to have setters for all properties
public static class Foo {
@NotNull
private String name;