Hi i have a requirement where I need to track user actions in the spring MVC web application ,I want to know if there are any libraries avaliable for java like audit4j which can achieve this behaviour or any other way to achieve this
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Good morning! I believe with Spring AOP you have access to all objects, including users. You could start from there