Skip to content

Commit d515868

Browse files
committed
#406 - Polishing.
Fix annotation name in Javadoc.
1 parent 0bd6f8a commit d515868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/asciidoc/reference/r2dbc-repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ include::../{spring-data-commons-docs}/entity-callbacks.adoc[leveloffset=+1]
340340
include::./r2dbc-entity-callbacks.adoc[leveloffset=+2]
341341

342342
[[r2dbc.multiple-databases]]
343-
=== Working with multiple Databases
343+
== Working with multiple Databases
344344

345345
When working with multiple, potentially different databases, your application will require a different approach to configuration.
346346
The provided `AbstractR2dbcConfiguration` support class assumes a single `ConnectionFactory` from which the `Dialect` gets derived.

src/main/java/org/springframework/data/r2dbc/repository/config/EnableR2dbcRepositories.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
/**
4949
* Alias for the {@link #basePackages()} attribute. Allows for more concise annotation declarations e.g.:
50-
* {@code @EnableReactiveRelationalRepositories("org.my.pkg")} instead of
51-
* {@code @EnableReactiveRelationalRepositories(basePackages="org.my.pkg")}.
50+
* {@code @EnableR2dbcRepositories("org.my.pkg")} instead of
51+
* {@code @EnableR2dbcRepositories(basePackages="org.my.pkg")}.
5252
*/
5353
String[] value() default {};
5454

0 commit comments

Comments
 (0)