File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2024 the original author or authors.
2
+ * Copyright 2012-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
59
59
* <li>Tomcat JDBC Pool ({@code org.apache.tomcat.jdbc.pool.DataSource})</li>
60
60
* <li>Apache DBCP2 ({@code org.apache.commons.dbcp2.BasicDataSource})</li>
61
61
* <li>Oracle UCP ({@code oracle.ucp.jdbc.PoolDataSourceImpl})</li>
62
+ * <li>C3P0 ({@code com.mchange.v2.c3p0.ComboPooledDataSource})</li>
62
63
* </ul>
63
64
* <p>
64
65
* The following non-pooling {@link DataSource} implementations can be used when
You can’t perform that action at this time.
0 commit comments