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
eb2029310f
commit
1d5273c048
@@ -732,7 +732,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