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-dynamic-spring-boot-starter-1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.uinios.mybatis.basic.normal
├─ com.github.uinios.mybatis.basic.normal.Page.class - [JAR]
com.github.uinios.mybatis.basic.repository
├─ com.github.uinios.mybatis.basic.repository.MybatisRepository.class - [JAR]
com.github.uinios.mybatis.basic.io
├─ com.github.uinios.mybatis.basic.io.Respond.class - [JAR]
com.github.uinios.mybatis.basic.service
├─ com.github.uinios.mybatis.basic.service.BaseService.class - [JAR]
├─ com.github.uinios.mybatis.basic.service.BaseServiceImpl.class - [JAR]