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

This commit is contained in:
Oliver Gierke
2015-11-20 17:39:25 +01:00
parent c013c71e7a
commit 60794a8923

View File

@@ -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>
----