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 veeker-mybatis-0.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.veeker.mybatis.basic
├─ com.veeker.mybatis.basic.BaseEntity.class - [JAR]
├─ com.veeker.mybatis.basic.Entity.class - [JAR]
com.veeker.mybatis.service.impl
├─ com.veeker.mybatis.service.impl.BaseServiceImpl.class - [JAR]
com.veeker.mybatis.config
├─ com.veeker.mybatis.config.ModelMetaObjectHandler.class - [JAR]
├─ com.veeker.mybatis.config.MyBatisPlusConfiguration.class - [JAR]
com.veeker.mybatis.service
├─ com.veeker.mybatis.service.BaseService.class - [JAR]
com.veeker.mybatis.handler
├─ com.veeker.mybatis.handler.BaseEnumTypeHandler.class - [JAR]