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 spring-boot-autoconfigure-data-jdbc-plus-3.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.aot
├─ com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.aot.JdbcPlusRuntimeHints.class - [JAR]
com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.sql
├─ com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.sql.JdbcPlusSqlAutoConfiguration.class - [JAR]
com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.repository
├─ com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.repository.JdbcPlusReactiveSupportRepositoriesRegistrar.class - [JAR]
├─ com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.repository.JdbcPlusRepositoriesAutoConfiguration.class - [JAR]
├─ com.navercorp.spring.boot.autoconfigure.data.jdbc.plus.repository.JdbcPlusRepositoriesRegistrar.class - [JAR]