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 mybatis-page-tools-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.osinn.mybatis.page.plugin.dialect
├─ com.gitee.osinn.mybatis.page.plugin.dialect.Dialect.class - [JAR]
├─ com.gitee.osinn.mybatis.page.plugin.dialect.MySqlDialect.class - [JAR]
com.gitee.osinn.mybatis.page.plugin.utils
├─ com.gitee.osinn.mybatis.page.plugin.utils.CollectionUtils.class - [JAR]
com.gitee.osinn.mybatis.page.plugin.starter
├─ com.gitee.osinn.mybatis.page.plugin.starter.MybatisPageAutoConfigure.class - [JAR]
├─ com.gitee.osinn.mybatis.page.plugin.starter.MybatisPageProperties.class - [JAR]
com.gitee.osinn.mybatis.page.plugin
├─ com.gitee.osinn.mybatis.page.plugin.Page.class - [JAR]
├─ com.gitee.osinn.mybatis.page.plugin.PageHandlerInterceptor.class - [JAR]
├─ com.gitee.osinn.mybatis.page.plugin.PagePluginInterceptor.class - [JAR]