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 dunwu-data-0.4.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.dunwu.data.service
├─ io.github.dunwu.data.service.IService.class - [JAR]
├─ io.github.dunwu.data.service.ServiceImpl.class - [JAR]
io.github.dunwu.data.entity
├─ io.github.dunwu.data.entity.BaseEntity.class - [JAR]
├─ io.github.dunwu.data.entity.BaseRecordEntity.class - [JAR]
io.github.dunwu.data.util
├─ io.github.dunwu.data.util.PageUtil.class - [JAR]
io.github.dunwu.data.dto
├─ io.github.dunwu.data.dto.BaseQuery.class - [JAR]