Spring Application Services
Exercise: Aspects
- Implement a logging aspect that logs the invocations of all application methods
- Implement a profiling aspect that measures the execution time of all service methods
- Apply the aspects to the hello application
Solution