Registry / database / spring-boot-starter-data-jdbc

spring-boot-starter-data-jdbc

JSON →
library4.0.6javamavenunverified

Starter for using Spring Data JDBC with Spring Boot, providing auto-configuration for JDBC-based data access.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-jdbc
databasejavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataSourceAutoConfiguration
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration

Minimal Spring Boot application using the starter.

import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Example { public static void main(String[] args) { SpringApplication.run(Example.class, args); } }
Debug
Known issues
breakingSpring Boot 4.0.x requires Java 17 or later.
fix
Ensure your project uses Java 17+ and compatible Spring Boot dependencies.
affects: >=4.0.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Resources
spring-boot-starter-data-jdbc — mvn dependency:get spring-boot-starter-data-jdbc · libregistry