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 spring-boot-orientdb-hello-0.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.boot.orientdb.hello
├─ org.springframework.boot.orientdb.hello.HelloApplication.class - [JAR]
├─ org.springframework.boot.orientdb.hello.HelloConfiguration.class - [JAR]
org.springframework.boot.orientdb.hello.repository
├─ org.springframework.boot.orientdb.hello.repository.PersonRepository.class - [JAR]
org.springframework.boot.orientdb.hello.data
├─ org.springframework.boot.orientdb.hello.data.Person.class - [JAR]
org.springframework.boot.orientdb.hello.rest
├─ org.springframework.boot.orientdb.hello.rest.PersonController.class - [JAR]