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 db-sdk-mybatis-plus-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.guoshiqiufeng.kernel.db.mybatisplus.factory
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.factory.PageFactory.class - [JAR]
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.factory.PageResultFactory.class - [JAR]
io.github.guoshiqiufeng.kernel.db.mybatisplus.handler
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.handler.MyMetaObjectHandler.class - [JAR]
io.github.guoshiqiufeng.kernel.db.mybatisplus.pojo
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.pojo.BaseRestController.class - [JAR]
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.pojo.BaseServiceImpl.class - [JAR]
├─ io.github.guoshiqiufeng.kernel.db.mybatisplus.pojo.IBaseService.class - [JAR]