From 4d207e9d549151e0ff1a4c5f5ef9e818b0ca117f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 9 Nov 2017 14:52:36 +0100 Subject: [PATCH] DATAMONGO-1822 - Adapt readme to changed configuration support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a011595..1425c0827 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can have Spring automatically create a proxy for the interface by using the class ApplicationConfig extends AbstractMongoConfiguration { @Override - public Mongo mongo() throws Exception { + public MongoClient mongoClient() throws Exception { return new MongoClient(); }