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 quickboot-jpa-spring-boot-starter-1.0.35.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mengweijin.quickboot.jpa
├─ com.github.mengweijin.quickboot.jpa.AuditorAwareImpl.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.BaseEntity.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.EntityMapCamelCaseResultTransformer.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.PagerConverter.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.QuickBootJpaAutoConfiguration.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.TrimStringType.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.TrimStringTypeDescriptor.class - [JAR]
com.github.mengweijin.quickboot.jpa.idgenerator
├─ com.github.mengweijin.quickboot.jpa.idgenerator.SnowflakeIdGenerator.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.idgenerator.TimestampIdGenerator.class - [JAR]
com.github.mengweijin.quickboot.jpa.service
├─ com.github.mengweijin.quickboot.jpa.service.BaseService.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.service.BaseServiceImpl.class - [JAR]
com.github.mengweijin.quickboot.jpa.repository
├─ com.github.mengweijin.quickboot.jpa.repository.BaseJpaRepository.class - [JAR]
├─ com.github.mengweijin.quickboot.jpa.repository.SimpleBaseJpaRepository.class - [JAR]