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 tracer-spring-boot-starter-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liudaolunboluo.tracer.core
├─ com.liudaolunboluo.tracer.core.ApplicationContextHolder.class - [JAR]
├─ com.liudaolunboluo.tracer.core.ResultSessionManger.class - [JAR]
├─ com.liudaolunboluo.tracer.core.SessionTraceCallback.class - [JAR]
com.liudaolunboluo.tracer.config
├─ com.liudaolunboluo.tracer.config.TracerConfiguration.class - [JAR]
com.liudaolunboluo.tracer.controller
├─ com.liudaolunboluo.tracer.controller.ViewController.class - [JAR]
com.liudaolunboluo.tracer.property
├─ com.liudaolunboluo.tracer.property.TracerProperties.class - [JAR]