程序包 org.springframework.boot.actuate.audit
package org.springframework.boot.actuate.audit
Core actuator auditing classes.
-
类说明A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.Repository for
AuditEvents.@Endpointto expose audit events.Description of an application'saudit events.In-memoryAuditEventRepositoryimplementation.