Skip to content

Commit 66c6c8e

Browse files
mp911deschauder
authored andcommitted
DATAJDBC-555 - Polishing.
Fix formatting. Original pull request: #225.
1 parent c4a0b86 commit 66c6c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ This is required by the following two bean methods.
101101
====
102102

103103
The 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`.
106106
If no base package is configured, it uses the package in which the configuration class resides.
107107
Extending `AbstractJdbcConfiguration` ensures various beans get registered.
108108
Overwriting its methods can be used to customize the setup (see below).

0 commit comments

Comments
 (0)