is not current version
Last Version 1.2.2

com.github.henkelian:im-aop-loggers-spring-boot 1.1.1

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)

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.henkelian
ArtifactId

ArtifactId

im-aop-loggers-spring-boot
Version

Version

1.1.1
Type

Type

jar

Download im-aop-loggers-spring-boot 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/ -->
<dependency>
    <groupId>com.github.henkelian</groupId>
    <artifactId>im-aop-loggers-spring-boot</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation 'com.github.henkelian:im-aop-loggers-spring-boot:1.1.1'
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation ("com.github.henkelian:im-aop-loggers-spring-boot:1.1.1")
'com.github.henkelian:im-aop-loggers-spring-boot:jar:1.1.1'
<dependency org="com.github.henkelian" name="im-aop-loggers-spring-boot" rev="1.1.1">
  <artifact name="im-aop-loggers-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henkelian', module='im-aop-loggers-spring-boot', version='1.1.1')
)
libraryDependencies += "com.github.henkelian" % "im-aop-loggers-spring-boot" % "1.1.1"
[com.github.henkelian/im-aop-loggers-spring-boot "1.1.1"]