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 jpa-basic-spring-boot-starter-2.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.uinios.jpa.service
├─ com.github.uinios.jpa.service.JpaService.class - [JAR]
├─ com.github.uinios.jpa.service.JpaServiceImpl.class - [JAR]
├─ com.github.uinios.jpa.service.PageResult.class - [JAR]
com.github.uinios.jpa.io
├─ com.github.uinios.jpa.io.Respond.class - [JAR]
com.github.uinios.jpa.exception
├─ com.github.uinios.jpa.exception.JpaServiceException.class - [JAR]
com.github.uinios.jpa.utils
├─ com.github.uinios.jpa.utils.EntityUtils.class - [JAR]
├─ com.github.uinios.jpa.utils.IdFieldUtils.class - [JAR]
├─ com.github.uinios.jpa.utils.IgnoreNullUtils.class - [JAR]