i

im-aop-loggers-spring-boot

A handy and configurable sets of annotation-based loggers for Spring Boot that can log every execution of a method when entering or exiting normally or abnormally, without you writing a single line of code using aspect-oriented programming (AOP)
MIT License
Andy Lian
Files download
File Operation
im-aop-loggers-spring-boot-1.2.2.jar download
im-aop-loggers-spring-boot-1.2.2.pom download
im-aop-loggers-spring-boot-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.henkelian</groupId>
  <artifactId>im-aop-loggers-spring-boot</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.henkelian:im-aop-loggers-spring-boot:1.2.2'
Gradle Kotlin
implementation("com.github.henkelian:im-aop-loggers-spring-boot:1.2.2")
Scala SBT
libraryDependencies += "com.github.henkelian" % "im-aop-loggers-spring-boot" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.henkelian', module='im-aop-loggers-spring-boot', version='1.2.2')
)
Apache Ivy
<dependency org="com.github.henkelian" name="im-aop-loggers-spring-boot" rev="1.2.2" />
Leiningen
[com.github.henkelian/im-aop-loggers-spring-boot "1.2.2"]
Apache Buildr
'com.github.henkelian:im-aop-loggers-spring-boot:jar:1.2.2'