Add support for Vibur DBCP connection pool to DataSourceBuilder

Closes gh-42903
This commit is contained in:
Stéphane Nicoll
2024-11-04 08:09:08 +09:00
parent 0a95b229e0
commit 9f6f244370
7 changed files with 48 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ The following connection pools are supported by javadoc:org.springframework.boot
* H2 javadoc:org.h2.jdbcx.JdbcDataSource[]
* PostgreSQL javadoc:org.postgresql.ds.PGSimpleDataSource[]
* C3P0
* Vibur