Loading

Quipoin Menu

Learn • Practice • Grow

spring / Example Project for AOP
exercise
1/5
Exercise 1Spring
Question

Create a simple Spring application with a `BankService` class having a method `transfer()` that may throw an exception. Apply an aspect to log before and after the transfer.