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 service-log-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ikingtech.platform.service.log.controller
├─ com.ikingtech.platform.service.log.controller.LogController.class - [JAR]
com.ikingtech.platform.service.log.entity
├─ com.ikingtech.platform.service.log.entity.AuthLogDO.class - [JAR]
├─ com.ikingtech.platform.service.log.entity.LogRepoDO.class - [JAR]
├─ com.ikingtech.platform.service.log.entity.OperationLogDO.class - [JAR]
├─ com.ikingtech.platform.service.log.entity.SystemLogDO.class - [JAR]
com.ikingtech.platform.service.log.service
├─ com.ikingtech.platform.service.log.service.AuthLogService.class - [JAR]
├─ com.ikingtech.platform.service.log.service.OperationLogService.class - [JAR]
├─ com.ikingtech.platform.service.log.service.SystemLogService.class - [JAR]
com.ikingtech.platform.service.log.mapper
├─ com.ikingtech.platform.service.log.mapper.AuthLogMapper.class - [JAR]
├─ com.ikingtech.platform.service.log.mapper.OperationLogMapper.class - [JAR]
├─ com.ikingtech.platform.service.log.mapper.SystemLogMapper.class - [JAR]