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 sayrmb-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.sayrmb.log.service.impl
├─ com.sayrmb.log.service.impl.DefaultRequestLogService.class - [JAR]
com.sayrmb.log.service
├─ com.sayrmb.log.service.RequestLogService.class - [JAR]
com.sayrmb.log
├─ com.sayrmb.log.LogImportSelector.class - [JAR]
com.sayrmb.log.component
├─ com.sayrmb.log.component.RequestLogAspect.class - [JAR]
com.sayrmb.log.utils
├─ com.sayrmb.log.utils.Logger.class - [JAR]
├─ com.sayrmb.log.utils.RequestLogInfo.class - [JAR]
com.sayrmb.log.annotation
├─ com.sayrmb.log.annotation.EnableSayHiLog.class - [JAR]
├─ com.sayrmb.log.annotation.RequestLog.class - [JAR]