|
|
|
@ -19,7 +19,6 @@ package org.springframework.boot.actuate.autoconfigure.audit;
|
|
|
|
|
import org.springframework.boot.actuate.audit.AuditEventRepository;
|
|
|
|
|
import org.springframework.boot.actuate.audit.AuditEventsEndpoint;
|
|
|
|
|
import org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint;
|
|
|
|
|
import org.springframework.boot.actuate.logging.LoggersEndpoint;
|
|
|
|
|
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
|
|
|
|
|
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
|
|
|
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
|
|
|
|
@ -28,7 +27,7 @@ import org.springframework.context.annotation.Bean;
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* {@link EnableAutoConfiguration Auto-configuration} for the {@link LoggersEndpoint}.
|
|
|
|
|
* {@link EnableAutoConfiguration Auto-configuration} for the {@link AuditEventsEndpoint}.
|
|
|
|
|
*
|
|
|
|
|
* @author Phillip Webb
|
|
|
|
|
* @author Andy Wilkinson
|
|
|
|
|