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 framework-data-jpa-2.3.2-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.caijh.framework.data
├─ com.github.caijh.framework.data.BaseService.class - [JAR]
├─ com.github.caijh.framework.data.BaseServiceImpl.class - [JAR]
├─ com.github.caijh.framework.data.FrameworkJpaAutoConfiguration.class - [JAR]
com.github.caijh.framework.data.jpa
├─ com.github.caijh.framework.data.jpa.AbstractBaseEntity.class - [JAR]
├─ com.github.caijh.framework.data.jpa.BaseRepository.class - [JAR]
com.github.caijh.framework.data.utils
├─ com.github.caijh.framework.data.utils.PageRequestUtils.class - [JAR]
com.github.caijh.framework.data.mysql
├─ com.github.caijh.framework.data.mysql.CustomMySqlDialect.class - [JAR]