mirror of
https://github.com/spring-projects/spring-data-commons.git
synced 2026-05-04 05:20:24 +01:00
DATACMNS-902 - Fix attribute name in example showing how to define a custom repository base class.
Original pull request: #173.
This commit is contained in:
committed by
Mark Paluch
parent
f5e961cb6c
commit
ef6cb7eda0
@@ -623,7 +623,7 @@ A corresponding attribute is available in the XML namespace.
|
||||
[source, xml]
|
||||
----
|
||||
<repositories base-package="com.acme.repository"
|
||||
repository-base-class="….MyRepositoryImpl" />
|
||||
base-class="….MyRepositoryImpl" />
|
||||
----
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user