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 smart-stage-starter-mybatisplus-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
openjoe.smart.stage.mybatisplus.util
├─ openjoe.smart.stage.mybatisplus.util.PageHelper.class - [JAR]
openjoe.smart.stage.mybatisplus.entity
├─ openjoe.smart.stage.mybatisplus.entity.BaseEntity.class - [JAR]
├─ openjoe.smart.stage.mybatisplus.entity.Entity.class - [JAR]
openjoe.smart.stage.mybatisplus.config
├─ openjoe.smart.stage.mybatisplus.config.MybatisPlusConfig.class - [JAR]
├─ openjoe.smart.stage.mybatisplus.config.MybatisPlusProperties.class - [JAR]
openjoe.smart.stage.mybatisplus.service.impl
├─ openjoe.smart.stage.mybatisplus.service.impl.BaseServiceImpl.class - [JAR]
openjoe.smart.stage.mybatisplus.handler
├─ openjoe.smart.stage.mybatisplus.handler.MybatisPlusMetaObjectHandler.class - [JAR]
openjoe.smart.stage.mybatisplus.service
├─ openjoe.smart.stage.mybatisplus.service.BaseService.class - [JAR]