Package org.openwms.core.preferences.app
Class PreferencesDistributedConfiguration
java.lang.Object
org.openwms.core.preferences.app.PreferencesDistributedConfiguration
@Profile("DISTRIBUTED")
@EnableDiscoveryClient
@Configuration
public class PreferencesDistributedConfiguration
extends Object
A PreferencesDistributedConfiguration is activated with the Spring Profile 
SpringProfiles.DISTRIBUTED that shall be activated
 when the service is deployed as a microservice, not packaged within a standalone application, to enable service discovery.- Author:
- Heiko Scherrer
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PreferencesDistributedConfigurationpublic PreferencesDistributedConfiguration()
 
-