11121314151617
@EnableJpaAuditing public class AuditingConfig { @Bean public AuditorAware<User> auditorProvider() { return new AuditorProvider(); }