Skip to content

Example for how to use @aspect and custom annotation with @ConditionalOnExpression

Notifications You must be signed in to change notification settings

anthonydonx/centralized_logger_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Centralized Logging Example

Build Status

Example for how to use @Aspect and custom annotation with @ConditionalOnExpression

Features

  • Use of org.aspectj.lang.annotation.Aspect to centralized logger information required
  • How to use custom annotations
  • Enable/Disable custom annotation from property file (@ConditionalOnExpression)
  • How to use ProceedingJoinPoint
  • How to track execution time in a better way

License

MIT

Free to use, Hell Yeah!

About

Example for how to use @aspect and custom annotation with @ConditionalOnExpression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages