|
|
|
|
@ -20,7 +20,6 @@ import org.springframework.boot.actuate.audit.AuditEventRepository;
@@ -20,7 +20,6 @@ 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.autoconfigure.endpoint.condition.ConditionalOnExposedEndpoint; |
|
|
|
|
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; |
|
|
|
|
@ -29,7 +28,7 @@ import org.springframework.context.annotation.Bean;
@@ -29,7 +28,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 |
|
|
|
|
|