1
0

split tx_audit_log into tx_context and tx_journal

This commit is contained in:
Michael Hoennig
2022-08-24 12:52:28 +02:00
parent e880a1c2c8
commit 258f8b1f66
3 changed files with 65 additions and 55 deletions

View File

@ -23,9 +23,6 @@ public class RbacUserController implements RbacusersApi {
@Autowired
private Context context;
@Autowired
private EntityManager em;
@Autowired
private RbacUserRepository rbacUserRepository;