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 migoo-spring-boot-starter-mybatis-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.migoo.framework.mybatis.core.dataobject
├─ xyz.migoo.framework.mybatis.core.dataobject.BaseDO.class - [JAR]
xyz.migoo.framework.mybatis.core.util
├─ xyz.migoo.framework.mybatis.core.util.MyBatisUtils.class - [JAR]
xyz.migoo.framework.mybatis.config
├─ xyz.migoo.framework.mybatis.config.MybatisAutoConfiguration.class - [JAR]
xyz.migoo.framework.mybatis.core.handler
├─ xyz.migoo.framework.mybatis.core.handler.DefaultFieldHandler.class - [JAR]
├─ xyz.migoo.framework.mybatis.core.handler.JsonLongSetTypeHandler.class - [JAR]
xyz.migoo.framework.mybatis.core
├─ xyz.migoo.framework.mybatis.core.BaseMapperX.class - [JAR]
├─ xyz.migoo.framework.mybatis.core.QueryWrapperX.class - [JAR]