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 radish-bizlog-component-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.zzq0324.radish.components.bizlog.domain
├─ cn.zzq0324.radish.components.bizlog.domain.BizLogDomainService.class - [JAR]
cn.zzq0324.radish.components.bizlog.infrastructure.repository
├─ cn.zzq0324.radish.components.bizlog.infrastructure.repository.BizLogRepository.class - [JAR]
cn.zzq0324.radish.components.bizlog.infrastructure.repository.mapper
├─ cn.zzq0324.radish.components.bizlog.infrastructure.repository.mapper.BizLogMapper.class - [JAR]
cn.zzq0324.radish.components.bizlog.infrastructure.entity
├─ cn.zzq0324.radish.components.bizlog.infrastructure.entity.BizLogEntity.class - [JAR]