Fix description of JDBC starter

Closes gh-12387
This commit is contained in:
Stephane Nicoll
2018-03-07 14:17:06 +01:00
parent bf84215b90
commit 3804466ad5

View File

@@ -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>