We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55a468 commit 340cd47Copy full SHA for 340cd47
1 file changed
README.md
@@ -53,10 +53,10 @@ on your Person mongo entity simply add the following annotations from RelMongo :
53
@JoinProperty(name="cars")
54
private List<Car> cars;
55
```
56
-and on your Spring App config class simply add @EnableRelationalMongo annotation:
+and on your Spring App config class simply add @EnableRelMongo annotation:
57
```java
58
... Other Annotations
59
- @EnableRelationalMongo
+ @EnableRelMongo
60
public Class AppConfig
61
62
0 commit comments