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 bubble-fireworks-starter-data-mybatis-2022.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.baomidou.mybatisplus.core.conditions.interfaces
├─ com.baomidou.mybatisplus.core.conditions.interfaces.Compare.class - [JAR]
├─ com.baomidou.mybatisplus.core.conditions.interfaces.Func.class - [JAR]
├─ com.baomidou.mybatisplus.core.conditions.interfaces.package-info.class - [JAR]
com.baomidou.mybatisplus.core.mapper
├─ com.baomidou.mybatisplus.core.mapper.BaseMapper.class - [JAR]
cn.fxbin.bubble.fireworks.data.mybatis.util
├─ cn.fxbin.bubble.fireworks.data.mybatis.util.PageUtils.class - [JAR]
cn.fxbin.bubble.fireworks.data.mybatis.handler
├─ cn.fxbin.bubble.fireworks.data.mybatis.handler.CustomizeMetaObjectHandler.class - [JAR]
cn.fxbin.bubble.fireworks.data.mybatis.autoconfigure
├─ cn.fxbin.bubble.fireworks.data.mybatis.autoconfigure.DataSourceConfiguration.class - [JAR]
├─ cn.fxbin.bubble.fireworks.data.mybatis.autoconfigure.MybatisPlusAutoConfiguration.class - [JAR]
cn.fxbin.bubble.fireworks.data.mybatis.core
├─ cn.fxbin.bubble.fireworks.data.mybatis.core.BaseModel.class - [JAR]