jar

com.marcosbarbero.boot : spring-boot-starter-purge-accesslog

Maven & Gradle

Jul 17, 2018
9 stars

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

Table Of Contents

Latest Version

Download com.marcosbarbero.boot : spring-boot-starter-purge-accesslog JAR file - Latest Versions:

All Versions

Download com.marcosbarbero.boot : spring-boot-starter-purge-accesslog JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-purge-accesslog-2.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.marcosbarbero.boot.purge.accesslog.properties

├─ com.marcosbarbero.boot.purge.accesslog.properties.PurgeProperties.class - [JAR]

com.marcosbarbero.boot.purge.accesslog

├─ com.marcosbarbero.boot.purge.accesslog.PurgeAccessLogAutoConfiguration.class - [JAR]

com.marcosbarbero.boot.purge.accesslog.holder

├─ com.marcosbarbero.boot.purge.accesslog.holder.PurgeAccessLogHolder.class - [JAR]

├─ com.marcosbarbero.boot.purge.accesslog.holder.TomcatPurgeAccessLogHolder.class - [JAR]

├─ com.marcosbarbero.boot.purge.accesslog.holder.UndertowPurgeAccessLogHolder.class - [JAR]

com.marcosbarbero.boot.purge.accesslog.task

├─ com.marcosbarbero.boot.purge.accesslog.task.PurgeTask.class - [JAR]