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 faas-operatelog-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.faasadmin.framework.operatelog.core.aop
├─ com.faasadmin.framework.operatelog.core.aop.OperateLogAspect.class - [JAR]
com.faasadmin.framework.operatelog.core.util
├─ com.faasadmin.framework.operatelog.core.util.OperateLogUtils.class - [JAR]
com.faasadmin.framework.operatelog.config
├─ com.faasadmin.framework.operatelog.config.FaasOperateLogAutoConfiguration.class - [JAR]
com.faasadmin.framework.operatelog.core.annotations
├─ com.faasadmin.framework.operatelog.core.annotations.OperateLog.class - [JAR]
com.faasadmin.framework.operatelog.core.enums
├─ com.faasadmin.framework.operatelog.core.enums.OperateTypeEnum.class - [JAR]
com.faasadmin.framework.operatelog.core.service
├─ com.faasadmin.framework.operatelog.core.service.OperateLogFrameworkService.class - [JAR]