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 ziyi-boot-sample-data-jpa-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.ziyicloud.framework.boot.sample.data.jpa
├─ cn.ziyicloud.framework.boot.sample.data.jpa.FileStore.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.Label.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.Question.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.QuestionRepository.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.Role.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.RoleRepository.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.SampleEntityZiyi.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.SampleRepository.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.User.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.UserRepository.class - [JAR]
├─ cn.ziyicloud.framework.boot.sample.data.jpa.ZiyiJpaSampleApplication.class - [JAR]