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 base-2.6-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.javahao.annotation
├─ com.github.javahao.annotation.Module.class - [JAR]
├─ com.github.javahao.annotation.MyBatisMapper.class - [JAR]
├─ com.github.javahao.annotation.Permission.class - [JAR]
├─ com.github.javahao.annotation.Relation.class - [JAR]
com.github.javahao.base
├─ com.github.javahao.base.BaseBean.class - [JAR]
├─ com.github.javahao.base.BaseController.class - [JAR]
├─ com.github.javahao.base.BaseMapper.class - [JAR]
├─ com.github.javahao.base.BaseService.class - [JAR]
├─ com.github.javahao.base.Page.class - [JAR]
├─ com.github.javahao.base.Service.class - [JAR]
com.github.javahao.exception
├─ com.github.javahao.exception.CRUDException.class - [JAR]