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-starter-data-jpa-plus-2.0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.boot.jdbc
├─ org.springframework.boot.jdbc.XDatabaseDriver.class - [JAR]
├─ org.springframework.boot.jdbc.XDatabaseUrl.class - [JAR]
org.jadira.usertype.dateandtime.threeten
├─ org.jadira.usertype.dateandtime.threeten.XVersionablePersistentLocalDateTime.class - [JAR]
org.flywaydb.core
├─ org.flywaydb.core.XFlyway.class - [JAR]
org.springframework.data.repository
├─ org.springframework.data.repository.XJpaRepository.class - [JAR]
├─ org.springframework.data.repository.XRepositoryAware.class - [JAR]
org.springframework.boot.autoconfigure.jdbc
├─ org.springframework.boot.autoconfigure.jdbc.XDataSourceAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.jdbc.XDataSourceProperties.class - [JAR]
├─ org.springframework.boot.autoconfigure.jdbc.XMultipleDataSourceConfigurer.class - [JAR]
├─ org.springframework.boot.autoconfigure.jdbc.XMultipleDataSourceConfigurerAdapter.class - [JAR]
├─ org.springframework.boot.autoconfigure.jdbc.XMultipleDataSourceProperties.class - [JAR]
org.springframework.boot.autoconfigure.flyway
├─ org.springframework.boot.autoconfigure.flyway.XFlywayAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.flyway.XFlywayMigrationStrategy.class - [JAR]
├─ org.springframework.boot.autoconfigure.flyway.XFlywayProperties.class - [JAR]
org.springframework.boot.orm.jpa.hibernate
├─ org.springframework.boot.orm.jpa.hibernate.XSimpleIntegratorProvider.class - [JAR]
├─ org.springframework.boot.orm.jpa.hibernate.XSpringPhysicalNamingStrategy.class - [JAR]
├─ org.springframework.boot.orm.jpa.hibernate.XUserTypeIntegrator.class - [JAR]
org.springframework.boot.autoconfigure.orm.jpa
├─ org.springframework.boot.autoconfigure.orm.jpa.XHibernateJpaAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XHibernateJpaConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XHibernateJpaConfigurationBuilder.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XHibernateJpaConfigurationBuilderConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XJpaProperties.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XMultipleJpaConfigurer.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XMultipleJpaConfigurerAdapter.class - [JAR]
├─ org.springframework.boot.autoconfigure.orm.jpa.XMultipleJpaProperties.class - [JAR]
org.flywaydb.core.internal.util
├─ org.flywaydb.core.internal.util.XMysqlToH2SqlReplacer.class - [JAR]
├─ org.flywaydb.core.internal.util.XSqlReplacer.class - [JAR]
org.springframework.boot.autoconfigure.h2
├─ org.springframework.boot.autoconfigure.h2.XH2ServerAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.h2.XH2ServerProperties.class - [JAR]