Use consistently snippet tags

See gh-22171
This commit is contained in:
Sébastien Deleuze
2024-03-08 12:15:36 +01:00
parent d2e55a2038
commit db3c7a157e
10 changed files with 21 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ To configure a `DriverManagerDataSource`:
The following example shows how to configure a `DriverManagerDataSource`:
include-code::./DriverManagerDataSourceConfiguration[tag=dataSourceBean,indent=0]
include-code::./DriverManagerDataSourceConfiguration[tag=snippet,indent=0]
The next two examples show the basic connectivity and configuration for DBCP and C3P0.
To learn about more options that help control the pooling features, see the product
@@ -56,11 +56,11 @@ documentation for the respective connection pooling implementations.
The following example shows DBCP configuration:
include-code::./BasicDataSourceConfiguration[tag=dataSourceBean,indent=0]
include-code::./BasicDataSourceConfiguration[tag=snippet,indent=0]
The following example shows C3P0 configuration:
include-code::./ComboPooledDataSourceConfiguration[tag=dataSourceBean,indent=0]
include-code::./ComboPooledDataSourceConfiguration[tag=snippet,indent=0]
[[jdbc-DataSourceUtils]]
== Using `DataSourceUtils`