Spring Application Services

Exercise: Aspects

  1. Implement a logging aspect that logs the invocations of all application methods
  2. Implement a profiling aspect that measures the execution time of all service methods
  3. Apply the aspects to the hello application

Solution