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-starter-data-jpa-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ladsn.jdbc.dao.impl
├─ org.ladsn.jdbc.dao.impl.BaseDaoImpl.class - [JAR]
├─ org.ladsn.jdbc.dao.impl.IdEntity.class - [JAR]
org.hibernate.cfg
├─ org.hibernate.cfg.AnnotationBinder.class - [JAR]
├─ org.hibernate.cfg.PropertyContainer.class - [JAR]
org.hibernate.mapping
├─ org.hibernate.mapping.Constraint.class - [JAR]
org.hibernate.annotations
├─ org.hibernate.annotations.Comment.class - [JAR]
org.ladsn.jdbc
├─ org.ladsn.jdbc.BaseDaoAutoConfiguration.class - [JAR]
├─ org.ladsn.jdbc.BaseDaoProperties.class - [JAR]
org.ladsn.jdbc.dao
├─ org.ladsn.jdbc.dao.BaseDao.class - [JAR]
├─ org.ladsn.jdbc.dao.Idable.class - [JAR]
├─ org.ladsn.jdbc.dao.UIDGenerator.class - [JAR]
org.hibernate.cfg.annotations
├─ org.hibernate.cfg.annotations.EntityBinder.class - [JAR]