View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]