Starter for using JDBC with the HikariCP connection pool in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Executes a simple SQL query using JdbcTemplate.
Use spring.datasource.hikari.* properties consistently with your Spring Boot version.
No dependency data recorded yet.