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 myhelper-mybatis-spring-boot-starter-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.ye17186.myhelper.mybatis.aotuconfigure
├─ io.github.ye17186.myhelper.mybatis.aotuconfigure.MhMybatisAutoConfiguration.class - [JAR]
io.github.ye17186.myhelper.mybatis.aotuconfigure.properties
├─ io.github.ye17186.myhelper.mybatis.aotuconfigure.properties.MhMybatisProperties.class - [JAR]
io.github.ye17186.myhelper.mybatis.customizer
├─ io.github.ye17186.myhelper.mybatis.customizer.MhMybatisPlusPropertiesCustomizer.class - [JAR]
io.github.ye17186.myhelper.mybatis.entity
├─ io.github.ye17186.myhelper.mybatis.entity.BaseEntity.class - [JAR]
io.github.ye17186.myhelper.mybatis.utils
├─ io.github.ye17186.myhelper.mybatis.utils.PageUtils.class - [JAR]
├─ io.github.ye17186.myhelper.mybatis.utils.WrapperUtils.class - [JAR]