We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca3fbb2 + 5b8ee86 commit 474c93fCopy full SHA for 474c93f
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceBuilder.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -59,6 +59,7 @@
59
* <li>Tomcat JDBC Pool ({@code org.apache.tomcat.jdbc.pool.DataSource})</li>
60
* <li>Apache DBCP2 ({@code org.apache.commons.dbcp2.BasicDataSource})</li>
61
* <li>Oracle UCP ({@code oracle.ucp.jdbc.PoolDataSourceImpl})</li>
62
+ * <li>C3P0 ({@code com.mchange.v2.c3p0.ComboPooledDataSource})</li>
63
* </ul>
64
* <p>
65
* The following non-pooling {@link DataSource} implementations can be used when
0 commit comments