is not current version
Last Version 1.0.8

I'm AOP Loggers 1.0.5

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)

License

License

GroupId

GroupId

com.github.andylke
ArtifactId

ArtifactId

im-aop-loggers
Version

Version

1.0.5
Type

Type

jar
Description

Description

I'm AOP Loggers
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)
Source Code Management

Source Code Management

https://github.com/andylke/im-aop-loggers.git

Download im-aop-loggers 1.0.5


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.4.4
org.springframework.boot : spring-boot-starter-aop jar 2.4.4
org.springframework.boot : spring-boot-starter-validation jar 2.4.4

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.4

Project Modules

There are no modules declared in this project.