Commit 3804466a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix description of JDBC starter

Closes gh-12387
parent bf84215b
......@@ -9,7 +9,7 @@
</parent>
<artifactId>spring-boot-starter-jdbc</artifactId>
<name>Spring Boot JDBC Starter</name>
<description>Starter for using JDBC with the Tomcat JDBC connection pool</description>
<description>Starter for using JDBC with the HikariCP connection pool</description>
<properties>
<main.basedir>${basedir}/../../..</main.basedir>
</properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment