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-jdbc-0.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.dengchen2020.jdbc.base
├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepository.class - [JAR]
├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepositoryFactoryBean.class - [JAR]
├─ io.github.dengchen2020.jdbc.base.BaseJdbcRepositoryImpl.class - [JAR]
├─ io.github.dengchen2020.jdbc.base.ComplexJdbcRepository.class - [JAR]
├─ io.github.dengchen2020.jdbc.base.JdbcRepositoryTypeFilter.class - [JAR]
io.github.dengchen2020.jdbc.event.listener
├─ io.github.dengchen2020.jdbc.event.listener.JdbcOverJpaEventListener.class - [JAR]
io.github.dengchen2020.jdbc.config
├─ io.github.dengchen2020.jdbc.config.JdbcAutoConfiguration.class - [JAR]
org.springframework.data.jdbc.repository.config
├─ org.springframework.data.jdbc.repository.config.EnableJdbcRepositories.class - [JAR]