How to implement this logic

37 views Asked by At

Implement Before advice ONLY for addMoneyToWallet() method of Service Impl class. Log the current date and time in the console at INFO level using logger variable. Add annotations to make bean for Aspect class and write pointcut expression. Formatted date and time should get logged on executing addMoneyToWallet() method of Service Impl class.

photo of aspect code on computer screen

I didn't understand how to apply the logic...

0

There are 0 answers