jar

com.github.spt-oss : spring-boot-starter-data-jpa

Maven & Gradle

Dec 30, 2018
Table Of Contents

Latest Version

Download com.github.spt-oss : spring-boot-starter-data-jpa JAR file - Latest Versions:

All Versions

Download com.github.spt-oss : spring-boot-starter-data-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-data-jpa-2.0.7.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.CustomDatabaseDriver.class - [JAR]

├─ org.springframework.boot.jdbc.DatabaseUrl.class - [JAR]

org.springframework.data.repository

├─ org.springframework.data.repository.CustomJpaRepository.class - [JAR]

org.springframework.boot.autoconfigure.jdbc

├─ org.springframework.boot.autoconfigure.jdbc.CustomDataSourceAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.jdbc.CustomDataSourceProperties.class - [JAR]

├─ org.springframework.boot.autoconfigure.jdbc.MultipleDataSourceConfigurer.class - [JAR]

├─ org.springframework.boot.autoconfigure.jdbc.MultipleDataSourceConfigurerAdapter.class - [JAR]

├─ org.springframework.boot.autoconfigure.jdbc.MultipleDataSourceProperties.class - [JAR]

org.springframework.boot.orm.jpa.hibernate

├─ org.springframework.boot.orm.jpa.hibernate.CustomSpringPhysicalNamingStrategy.class - [JAR]

org.springframework.boot.autoconfigure.orm.jpa

├─ org.springframework.boot.autoconfigure.orm.jpa.CustomHibernateJpaAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.CustomHibernateJpaConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.CustomHibernateJpaConfigurationBuilder.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.CustomJpaProperties.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfigurationBuilderConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.MultipleJpaConfigurer.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.MultipleJpaConfigurerAdapter.class - [JAR]

├─ org.springframework.boot.autoconfigure.orm.jpa.MultipleJpaProperties.class - [JAR]