Relative Content

Tag Archive for springmongodbspring-bootspring-mvcspring-security

How to set CreatedBy and setLastModifiedBy fields automaticaly within MongoDB

i currently have this issue while working on a Spring Boot project. i have a project entity that have this fields (CreatedBy and setLastModifiedBy), using the MongoDB EnableMongoAuditing annotation i was able to populate the Date fields. These two fields will reference the user that either created or modified the entity. currently i have the following implementation: