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 blaze-persistence-showcase-spring-data-1.2.0-Alpha4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blazebit.persistence.examples.spring.data.repository
├─ com.blazebit.persistence.examples.spring.data.repository.CatRepository.class - [JAR]
com.blazebit.persistence.examples.spring.data.view
├─ com.blazebit.persistence.examples.spring.data.view.CatView.class - [JAR]
├─ com.blazebit.persistence.examples.spring.data.view.IdHolderView.class - [JAR]
com.blazebit.persistence.examples.spring.data
├─ com.blazebit.persistence.examples.spring.data.SpringDataShowcase.class - [JAR]
├─ com.blazebit.persistence.examples.spring.data.SpringDataShowcaseConfig.class - [JAR]
com.blazebit.persistence.examples.spring.data.data
├─ com.blazebit.persistence.examples.spring.data.data.TestDataGenerator.class - [JAR]