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 secret-boot-framework-jpa-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.chenc.framework.jpa.jdbc
├─ cn.chenc.framework.jpa.jdbc.BaseJdbcTemplate.class - [JAR]
├─ cn.chenc.framework.jpa.jdbc.BaseJdbcTemplateImpl.class - [JAR]
cn.chenc.framework.jpa.util
├─ cn.chenc.framework.jpa.util.PageableUtil.class - [JAR]
├─ cn.chenc.framework.jpa.util.SqlHelper.class - [JAR]
cn.chenc.framework.jpa.service
├─ cn.chenc.framework.jpa.service.BaseService.class - [JAR]
├─ cn.chenc.framework.jpa.service.BaseServiceImpl.class - [JAR]
cn.chenc.framework.jpa.repository
├─ cn.chenc.framework.jpa.repository.BaseRepository.class - [JAR]
├─ cn.chenc.framework.jpa.repository.BaseRepositoryImpl.class - [JAR]
cn.chenc.framework.jpa.exception
├─ cn.chenc.framework.jpa.exception.RepositoryException.class - [JAR]
├─ cn.chenc.framework.jpa.exception.ServiceException.class - [JAR]
cn.chenc.framework.jpa.model
├─ cn.chenc.framework.jpa.model.BaseEntity.class - [JAR]
├─ cn.chenc.framework.jpa.model.PageInfo.class - [JAR]
cn.chenc.framework.jpa.dynamicquery
├─ cn.chenc.framework.jpa.dynamicquery.DynamicQuery.class - [JAR]
├─ cn.chenc.framework.jpa.dynamicquery.DynamicQueryImpl.class - [JAR]
cn.chenc.framework.jpa.support
├─ cn.chenc.framework.jpa.support.BaseJpaRepositoryFactoryBean.class - [JAR]