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 sedum-log-4.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ink.huaxun.log.entity
├─ ink.huaxun.log.entity.SysLog.class - [JAR]
ink.huaxun.log.mapper
├─ ink.huaxun.log.mapper.SysLogMapper.class - [JAR]
ink.huaxun.log.aspect
├─ ink.huaxun.log.aspect.AutoLogAspect.class - [JAR]
ink.huaxun.log.service
├─ ink.huaxun.log.service.SysLogService.class - [JAR]
ink.huaxun.log.controller
├─ ink.huaxun.log.controller.SysLogController.class - [JAR]
ink.huaxun.log.annotation
├─ ink.huaxun.log.annotation.IgnoreLog.class - [JAR]