License |
License |
---|---|
GroupId | GroupIdcom.github.andylke |
ArtifactId | ArtifactIdim-aop-loggers |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionI'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 |
Filename | Size |
---|---|
im-aop-loggers-1.0.8.pom | |
im-aop-loggers-1.0.8.jar | 40 KB |
im-aop-loggers-1.0.8-sources.jar | 24 KB |
im-aop-loggers-1.0.8-javadoc.jar | 574 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andylke/im-aop-loggers/ -->
<dependency>
<groupId>com.github.andylke</groupId>
<artifactId>im-aop-loggers</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andylke/im-aop-loggers/
implementation 'com.github.andylke:im-aop-loggers:1.0.8'
// https://jarcasting.com/artifacts/com.github.andylke/im-aop-loggers/
implementation ("com.github.andylke:im-aop-loggers:1.0.8")
'com.github.andylke:im-aop-loggers:jar:1.0.8'
<dependency org="com.github.andylke" name="im-aop-loggers" rev="1.0.8">
<artifact name="im-aop-loggers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andylke', module='im-aop-loggers', version='1.0.8')
)
libraryDependencies += "com.github.andylke" % "im-aop-loggers" % "1.0.8"
[com.github.andylke/im-aop-loggers "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.6.6 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |