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 matrix-module-oplog-starter-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
matrix.module.oplog.service.impl
├─ matrix.module.oplog.service.impl.MatrixOpLogServiceImpl.class - [JAR]
matrix.module.oplog.entity
├─ matrix.module.oplog.entity.OpLogEntity.class - [JAR]
matrix.module.oplog.config
├─ matrix.module.oplog.config.OpLogAutoConfiguration.class - [JAR]
matrix.module.oplog.service
├─ matrix.module.oplog.service.MatrixOpLogService.class - [JAR]
matrix.module.oplog.properties
├─ matrix.module.oplog.properties.OpLogProperties.class - [JAR]
matrix.module.oplog.annotation
├─ matrix.module.oplog.annotation.OpLog.class - [JAR]
matrix.module.oplog.utils
├─ matrix.module.oplog.utils.MatrixUserUtil.class - [JAR]