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-spring-boot-starter-1.0.35.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.BaseCreatorEntityMetaObjectHandler.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.BaseEntityMetaObjectHandler.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.PagerConverter.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.QuickBootMybatisPlusAutoConfiguration.class - [JAR]
com.github.mengweijin.quickboot.mybatis.entity
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseCreatorEntity.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseCreatorLogicallyDeletedEntity.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseCreatorLogicallyDeletedVersionEntity.class - [JAR]
├─ com.github.mengweijin.quickboot.mybatis.entity.BaseEntity.class - [JAR]