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 quickboot-mybatis-plus-1.0.45.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mengweijin.quickboot.mybatis
├─ com.github.mengweijin.quickboot.mybatis.BaseEntityMetaObjectHandler.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.Pager.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.QuickBootMybatisPlusAutoConfiguration.class - [JAR]
com.github.mengweijin.quickboot.mybatis.entity
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseEntity.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseFullEntity.class - [JAR]