Use consistently snippet tags
See gh-22171
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user