The goal of this workshop is to have JPA link BlogPosts to the correct Author, based on the active user.
A first draft of the entities and repositories has been provided; Up to you to wire up auditing!
-
Make sure the entities are auditable with the
AuditingEntityListener -
Add proper configuration to authorize the author to post a blog
-
Verify your implementation by running the tests