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-sdk-db-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.holly.unit.log.db.service.impl
├─ com.holly.unit.log.db.service.impl.SysLogServiceImpl.class - [JAR]
com.holly.unit.log.db.mapper
├─ com.holly.unit.log.db.mapper.SysLogMapper.class - [JAR]
com.holly.unit.log.db.service
├─ com.holly.unit.log.db.service.SysLogService.class - [JAR]
com.holly.unit.log.db.entity
├─ com.holly.unit.log.db.entity.SysLog.class - [JAR]
com.holly.unit.log.db
├─ com.holly.unit.log.db.DbLogManagerServiceImpl.class - [JAR]
├─ com.holly.unit.log.db.DbLogRecordServiceImpl.class - [JAR]