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 dc-spring-boot-starter-jpa-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.dengchen2020.jpa.base
├─ io.github.dengchen2020.jpa.base.BaseRepository.class - [JAR]
├─ io.github.dengchen2020.jpa.base.BaseRepositoryFactoryBean.class - [JAR]
├─ io.github.dengchen2020.jpa.base.BaseRepositoryImpl.class - [JAR]
io.github.dengchen2020.jpa.generator
├─ io.github.dengchen2020.jpa.generator.SnowFlakeIdGenerator.class - [JAR]
io.github.dengchen2020.jpa.constant
├─ io.github.dengchen2020.jpa.constant.ExpressionConstant.class - [JAR]
io.github.dengchen2020.jpa.annotation
├─ io.github.dengchen2020.jpa.annotation.EnableDcJpaRepositories.class - [JAR]
io.github.dengchen2020.jpa.config
├─ io.github.dengchen2020.jpa.config.JpaAutoConfiguration.class - [JAR]