Class PreferencesMongoConfiguration
java.lang.Object
org.openwms.core.preferences.app.PreferencesMongoConfiguration
@Profile("MONGODB")
@EnableMongoAuditing
@EnableMongoRepositories(basePackages="org.openwms.core.preferences.impl.mongodb")
@Configuration
public class PreferencesMongoConfiguration
extends Object
A PreferencesMongoConfiguration activates support for the MongoDB persistent storage.
It enables:
- Spring Data MongoDB Support (Repository definitions)
- Spring Data MongoDB Auditing
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreferencesMongoConfiguration
public PreferencesMongoConfiguration()
-