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-spring-boot-starter-1.2.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tk.fishfish.mybatis.domain
├─ tk.fishfish.mybatis.domain.PageRequest.class - [JAR]
tk.fishfish.mybatis.autoconfigure
├─ tk.fishfish.mybatis.autoconfigure.MapperAutoConfiguration.class - [JAR]
├─ tk.fishfish.mybatis.autoconfigure.MybatisAutoConfiguration.class - [JAR]
├─ tk.fishfish.mybatis.autoconfigure.PageHelperAutoConfiguration.class - [JAR]
tk.fishfish.mybatis.service
├─ tk.fishfish.mybatis.service.BaseService.class - [JAR]
tk.fishfish.mybatis.entity
├─ tk.fishfish.mybatis.entity.Entity.class - [JAR]
tk.fishfish.mybatis.controller
├─ tk.fishfish.mybatis.controller.BaseController.class - [JAR]
tk.fishfish.mybatis.repository
├─ tk.fishfish.mybatis.repository.Repository.class - [JAR]
tk.fishfish.mybatis.service.impl
├─ tk.fishfish.mybatis.service.impl.BaseServiceImpl.class - [JAR]