License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
GroupId | GroupIdde.codeboje |
ArtifactId | ArtifactIdrequest-logging-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Request Logging - The Starter
Spring Boot starter for the poor mans request logging lib.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-starter/ -->
<dependency>
<groupId>de.codeboje</groupId>
<artifactId>request-logging-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-starter/
implementation 'de.codeboje:request-logging-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/de.codeboje/request-logging-spring-boot-starter/
implementation ("de.codeboje:request-logging-spring-boot-starter:0.0.1")
'de.codeboje:request-logging-spring-boot-starter:jar:0.0.1'
<dependency org="de.codeboje" name="request-logging-spring-boot-starter" rev="0.0.1">
<artifact name="request-logging-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codeboje', module='request-logging-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "de.codeboje" % "request-logging-spring-boot-starter" % "0.0.1"
[de.codeboje/request-logging-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 1.5.4.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.4.RELEASE |
de.codeboje : request-logging-spring-boot-autoconfigure | jar | 0.0.1 |
de.codeboje : request-logging | jar | 0.0.1 |