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 ant-boot-starter-jpa-2.7.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.antframework.boot.jpa.support
├─ org.antframework.boot.jpa.support.JpaQueryRepository.class - [JAR]
├─ org.antframework.boot.jpa.support.SpecificationUtils.class - [JAR]
org.antframework.boot.jpa.boot
├─ org.antframework.boot.jpa.boot.AntJpaRepositoriesAutoConfiguration.class - [JAR]
├─ org.antframework.boot.jpa.boot.AntJpaRepositoriesConfigureRegistrar.class - [JAR]
├─ org.antframework.boot.jpa.boot.JpaApplicationListener.class - [JAR]
org.antframework.boot.jpa
├─ org.antframework.boot.jpa.AbstractEntity.class - [JAR]
├─ org.antframework.boot.jpa.QueryRepository.class - [JAR]