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 square-log-spring-boot-starter-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.zopx.starter.log.event
├─ top.zopx.starter.log.event.ApiLogEvent.class - [JAR]
├─ top.zopx.starter.log.event.ErrorLogEvent.class - [JAR]
top.zopx.starter.log.service
├─ top.zopx.starter.log.service.ILogService.class - [JAR]
top.zopx.starter.log.util
├─ top.zopx.starter.log.util.SpringUtil.class - [JAR]
top.zopx.starter.log.event.listener
├─ top.zopx.starter.log.event.listener.PublishEventListener.class - [JAR]
top.zopx.starter.log.constant
├─ top.zopx.starter.log.constant.LogConstant.class - [JAR]
top.zopx.starter.log.annotations
├─ top.zopx.starter.log.annotations.OperatorLogAnnotation.class - [JAR]
top.zopx.starter.log.configurator.mvc.aspect
├─ top.zopx.starter.log.configurator.mvc.aspect.ApiLogAspect.class - [JAR]
top.zopx.starter.log
├─ top.zopx.starter.log.LogServerAutoConfiguration.class - [JAR]
top.zopx.starter.log.configurator.properties
├─ top.zopx.starter.log.configurator.properties.SquareLogProperties.class - [JAR]
top.zopx.starter.log.configurator.mvc.advice
├─ top.zopx.starter.log.configurator.mvc.advice.ExceptionAdvice.class - [JAR]