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-hibernate-starter-1.0.6-2023-04-09.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nbsaas.hibernate
├─ com.nbsaas.hibernate.HelloApi.class - [JAR]
├─ com.nbsaas.hibernate.HelloConfig.class - [JAR]
├─ com.nbsaas.hibernate.HelloResource.class - [JAR]
├─ com.nbsaas.hibernate.HibernateConfig.class - [JAR]
├─ com.nbsaas.hibernate.HibernateProperties.class - [JAR]