Polish
This commit is contained in:
@@ -68,6 +68,7 @@ public class AuditAutoConfiguration {
|
||||
return new AuthorizationAuditListener();
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnMissingBean(AuditEventRepository.class)
|
||||
protected static class AuditEventRepositoryConfiguration {
|
||||
|
||||
|
||||
@@ -107,6 +107,7 @@ public class CloudFoundryActuatorAutoConfiguration {
|
||||
/**
|
||||
* Nested configuration for ignored requests if Spring Security is present.
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass(WebSecurity.class)
|
||||
static class CloudFoundryIgnoredRequestConfiguration {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user