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 common-data-jpa-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hibernate.cfg
├─ org.hibernate.cfg.PropertyContainer.class - [JAR]
com.fanxuankai.boot.common.data.jpa.configuration
├─ com.fanxuankai.boot.common.data.jpa.configuration.JpaAutoConfiguration.class - [JAR]
com.fanxuankai.boot.common.data.jpa.id
├─ com.fanxuankai.boot.common.data.jpa.id.DdIdGenerator.class - [JAR]
com.fanxuankai.boot.common.data.jpa.repository
├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepository.class - [JAR]
├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepositoryFactoryBean.class - [JAR]
├─ com.fanxuankai.boot.common.data.jpa.repository.BaseRepositoryImpl.class - [JAR]
com.fanxuankai.boot.common.data.jpa.utils
├─ com.fanxuankai.boot.common.data.jpa.utils.HostNameUtil.class - [JAR]
├─ com.fanxuankai.boot.common.data.jpa.utils.IdGeneratorUtil.class - [JAR]
com.fanxuankai.boot.common.data.jpa.entity
├─ com.fanxuankai.boot.common.data.jpa.entity.BaseEntity.class - [JAR]