DATAMONGO-1822 - Adapt readme to changed configuration support.

This commit is contained in:
Mark Paluch
2017-11-09 14:52:36 +01:00
parent 3d248d1aa6
commit 4d207e9d54

View File

@@ -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();
}