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 goku-framework-starter-log-2.0.01_04.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.zopx.goku.framework.log.properties
├─ top.zopx.goku.framework.log.properties.BootstrapLog.class - [JAR]
top.zopx.goku.framework.log.service
├─ top.zopx.goku.framework.log.service.ILogService.class - [JAR]
top.zopx.goku.framework.log.constant
├─ top.zopx.goku.framework.log.constant.LogConstant.class - [JAR]
top.zopx.goku.framework.log
├─ top.zopx.goku.framework.log.GokuFrameworkLogAutoConfiguration.class - [JAR]
top.zopx.goku.framework.log.configurator.aspect
├─ top.zopx.goku.framework.log.configurator.aspect.ApiLogAspect.class - [JAR]
top.zopx.goku.framework.log.configurator.advice
├─ top.zopx.goku.framework.log.configurator.advice.BaseExceptionAdvice.class - [JAR]
├─ top.zopx.goku.framework.log.configurator.advice.BaseResponseResultAdvice.class - [JAR]
├─ top.zopx.goku.framework.log.configurator.advice.IMsg.class - [JAR]
top.zopx.goku.framework.log.event.listener
├─ top.zopx.goku.framework.log.event.listener.PublishEventListener.class - [JAR]
top.zopx.goku.framework.log.event
├─ top.zopx.goku.framework.log.event.ApiLogEvent.class - [JAR]
├─ top.zopx.goku.framework.log.event.ErrorLogEvent.class - [JAR]
top.zopx.goku.framework.log.annotation
├─ top.zopx.goku.framework.log.annotation.AnnoLog.class - [JAR]