License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.henkelian |
ArtifactId | ArtifactIdim-aop-loggers-spring-boot |
Version | Version1.2.2 |
Type | Typejar |
Description |
DescriptionI'm AOP Loggers for 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)
|
Source Code Management |
Source Code Management |
<!-- 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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation 'com.github.henkelian:im-aop-loggers-spring-boot:1.2.2'
// https://jarcasting.com/artifacts/com.github.henkelian/im-aop-loggers-spring-boot/
implementation ("com.github.henkelian:im-aop-loggers-spring-boot:1.2.2")
'com.github.henkelian:im-aop-loggers-spring-boot:jar:1.2.2'
<dependency org="com.github.henkelian" name="im-aop-loggers-spring-boot" rev="1.2.2">
<artifact name="im-aop-loggers-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henkelian', module='im-aop-loggers-spring-boot', version='1.2.2')
)
libraryDependencies += "com.github.henkelian" % "im-aop-loggers-spring-boot" % "1.2.2"
[com.github.henkelian/im-aop-loggers-spring-boot "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.8.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 2.3.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.8.RELEASE |