DATACOUCH-142 - Update documentation and provide migration cheatsheet.

The documentation has been updated to reflect the changes in the new Spring Data Couchbase 2.0.

A simple list of major changes to take into account when migrating from 1.x to 2.x has been added.

README.md has also been updated.
This commit is contained in:
Simon Baslé
2015-07-16 19:15:59 +02:00
parent e0972d57b9
commit 93405c5da8
9 changed files with 327 additions and 131 deletions

View File

@@ -202,7 +202,7 @@ public abstract class AbstractCouchbaseConfiguration {
/**
* Scans the mapping base package for classes annotated with {@link Document}.
*
* @throws ClassNotFoundException if intial entity sets could not be loaded.
* @throws ClassNotFoundException if initial entity sets could not be loaded.
*/
protected Set<Class<?>> getInitialEntitySet() throws ClassNotFoundException {
String basePackage = getMappingBasePackage();