From 3804466ad55d9ec406b9521ddeb42e4141bbf4bf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 7 Mar 2018 14:17:06 +0100 Subject: [PATCH] Fix description of JDBC starter Closes gh-12387 --- .../spring-boot-starters/spring-boot-starter-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index a416828427..e6adba2908 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -9,7 +9,7 @@ spring-boot-starter-jdbc Spring Boot JDBC Starter - Starter for using JDBC with the Tomcat JDBC connection pool + Starter for using JDBC with the HikariCP connection pool ${basedir}/../../..