mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Fix description of JDBC starter
Closes gh-12387
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user