Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-jhipster-entity-audit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generator-jhipster-entity-audit
JHipster blueprint, entity-audit blueprint for JHipster
Introduction
This is a JHipster blueprint, that is meant to be used in a JHipster application.
You can choose to enable audit for all entities or choose the entities to be audited from a list during generation.
The blueprint will extend the selected entities with AbstractAuditingEntity to enable audits, hence make sure that your entities doesn't have any super class.
This will also add new columns to the entities, so it is ideal to recreate the tables if you are enabling this for existing entities or use incremental changelog.
The Audit log page is optional and can be added by choosing the option while running the generator.
Javers integration
When using sql or mongodb you can use Javers for entity auditing.
The blueprint will add spring-boot integration for javers. Each repository is annotated with the required @JaversSpringDataAuditable annotation. The new class JaversAuthorProvider provides javers with the correct user modifying an entity.
Prerequisites
As this is a JHipster blueprint, we expect you have JHipster basic knowledge:
Installation
To install or update this blueprint:
npm install -g generator-jhipster-entity-auditUsage
To use this blueprint, run the below command
jhipster-entity-auditor
jhipster --blueprints entity-auditYou can look for updated entity-audit blueprint specific options by running
jhipster-entity-audit app --helpAnd looking for (blueprint option: entity-audit) like
Pre-release
To use an unreleased version, install it using git.
npm install -g jhipster/generator-jhipster-entity-audit#main
jhipster --blueprints entity-audit --skip-jhipster-dependencies