Skip to content

vikas434/spring-aop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-aop

A simple spring AOP to demo log execution time

Details

  1. It has a dummy controller and dummy service which does some heavy lifting of work for 2 sec.
  2. With the use of annotation @LogExecutionTime we can measure the time taken by any method.
  3. It has a simple advice with Join point with @Around option.
This example is good for any beginner to start with AOP.

About

A simple spring AOP to demo log execution time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages