Last Version

Access Log Purge Starter 2.0.0.RELEASE

Access log purge configuration for Tomcat and Undertow web servers supported by Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.marcosbarbero.boot
ArtifactId

ArtifactId

spring-boot-starter-purge-accesslog
Version

Version

2.0.0.RELEASE
Type

Type

jar
Description

Description

Access Log Purge Starter
Access log purge configuration for Tomcat and Undertow web servers supported by Spring Boot
Project URL

Project URL

https://github.com/marcosbarbero/spring-boot-starter-purge-accesslog
Source Code Management

Source Code Management

https://github.com/marcosbarbero/spring-boot-starter-purge-accesslog

Download spring-boot-starter-purge-accesslog 2.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/ -->
<dependency>
    <groupId>com.marcosbarbero.boot</groupId>
    <artifactId>spring-boot-starter-purge-accesslog</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/
implementation 'com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-starter-purge-accesslog/
implementation ("com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:2.0.0.RELEASE")
'com.marcosbarbero.boot:spring-boot-starter-purge-accesslog:jar:2.0.0.RELEASE'
<dependency org="com.marcosbarbero.boot" name="spring-boot-starter-purge-accesslog" rev="2.0.0.RELEASE">
  <artifact name="spring-boot-starter-purge-accesslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.boot', module='spring-boot-starter-purge-accesslog', version='2.0.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.boot" % "spring-boot-starter-purge-accesslog" % "2.0.0.RELEASE"
[com.marcosbarbero.boot/spring-boot-starter-purge-accesslog "2.0.0.RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-undertow Optional jar
org.springframework.boot : spring-boot-starter-tomcat Optional jar
org.projectlombok : lombok jar 1.16.20

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.