Skip to content

provide AuditDateAware<T> interface to customize audit date #66

@easybest

Description

@easybest

such as :

@Bean
    public AuditDateAware<Instant> auditDateAware() {
        return new AuditDateAware<Instant>() {
            @Override
            public Instant getCurrentDate() {
                return new Instant();
            }
        };
    }

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions