File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ This is required by the following two bean methods.
101101====
102102
103103The configuration class in the preceding example sets up an embedded HSQL database by using the `EmbeddedDatabaseBuilder` API of `spring-jdbc`.
104- The `DataSource` is then used to set up `NamedParameterJdbcOperations` and a `TransactionManager.
105- We finally activate Spring Data JDBC repositories by using the `@EnableJdbcRepositories`.
104+ The `DataSource` is then used to set up `NamedParameterJdbcOperations` and a `TransactionManager` .
105+ We finally activate Spring Data JDBC repositories by using the `@EnableJdbcRepositories`.
106106If no base package is configured, it uses the package in which the configuration class resides.
107107Extending `AbstractJdbcConfiguration` ensures various beans get registered.
108108Overwriting its methods can be used to customize the setup (see below).
You can’t perform that action at this time.
0 commit comments