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 8b6c94f0bb
commit dbfbc4899c

View File

@@ -835,7 +835,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>
----