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 log-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ilv.log.core
├─ com.ilv.log.core.LogConstant.class - [JAR]
com.ilv.log.filter
├─ com.ilv.log.filter.TraceIdFilter.class - [JAR]
org.slf4j
├─ org.slf4j.TtlMDCAdapter.class - [JAR]
com.ilv.log.config
├─ com.ilv.log.config.LogGeneratorConfig.class - [JAR]
├─ com.ilv.log.config.TtlMDCAdapterInitializer.class - [JAR]
com.ilv.log.monitor
├─ com.ilv.log.monitor.PointGenerator.class - [JAR]
com.ilv.log.properties
├─ com.ilv.log.properties.TraceProperties.class - [JAR]
com.ilv.log.util
├─ com.ilv.log.util.TraceGenerator.class - [JAR]
├─ com.ilv.log.util.TraceIdUtil.class - [JAR]