License |
License |
---|---|
GroupId | GroupIdcom.github.andylke |
ArtifactId | ArtifactIdim-aop-loggers |
Version | Version1.0.5 |
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.5.pom | |
im-aop-loggers-1.0.5.jar | 47 KB |
im-aop-loggers-1.0.5-sources.jar | 29 KB |
im-aop-loggers-1.0.5-javadoc.jar | 615 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.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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.4 |