Base class for Spring Data MongoDB configuration using JavaConfig with MongoClient.
INFO:In case you want to use MongoClients for configuration please refer
to AbstractMongoClientConfiguration.
Author:
Mark Pollack, Oliver Gierke, Thomas Darimont, Ryan Tenney, Christoph Strobl, Mark Paluch
Return the base package to scan for mapped Documents. Will return the package name of the configuration
class' (the concrete class, not this one here) by default. So if you have a com.acme.AppConfig extending
AbstractMongoConfiguration the base package will be considered com.acme unless the method is
overridden to implement alternate behavior.
Returns:
the base package to scan for mapped Document classes or null to not enable scanning for
entities.