Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 980 Bytes

File metadata and controls

16 lines (11 loc) · 980 Bytes

Auditing Spring Data Entities

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!

Getting things done