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 db-spring-boot-starter-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.luraframework.db.config
├─ me.luraframework.db.config.JpaDatabaseConfiguration.class - [JAR]
me.luraframework.db.base
├─ me.luraframework.db.base.BaseEntity.class - [JAR]
me.luraframework.db.criteria
├─ me.luraframework.db.criteria.QueryHelper.class - [JAR]
me.luraframework.db.repository
├─ me.luraframework.db.repository.BaseJpaRepository.class - [JAR]
├─ me.luraframework.db.repository.BaseJpaRepositoryImpl.class - [JAR]
me.luraframework.db.exception
├─ me.luraframework.db.exception.PredicateGenerateException.class - [JAR]
me.luraframework.db.util
├─ me.luraframework.db.util.PageUtils.class - [JAR]