Browse Source

DATACMNS-786 - Fixed typo in section of repository populators in reference documentation.

pull/151/head
Oliver Gierke 10 years ago
parent
commit
682e23b8f5
  1. 2
      src/main/asciidoc/repositories.adoc

2
src/main/asciidoc/repositories.adoc

@ -912,7 +912,7 @@ You can easily populate your repositories by using the populator elements of the @@ -912,7 +912,7 @@ You can easily populate your repositories by using the populator elements of the
http://www.springframework.org/schema/data/repository
http://www.springframework.org/schema/data/repository/spring-repository.xsd">
<repository:jackson-populator locations="classpath:data.json" />
<repository:jackson2-populator locations="classpath:data.json" />
</beans>
----

Loading…
Cancel
Save