Package org.openwms.wms.app
Class InventoryDistributedConfiguration
java.lang.Object
org.openwms.wms.app.InventoryDistributedConfiguration
@Profile("DISTRIBUTED")
@Configuration
@EnableFeignClients(basePackageClasses={CommonTransportUnitApi.class,org.openwms.common.location.api.LocationGroupApi.class})
@EnableDiscoveryClient
class InventoryDistributedConfiguration
extends Object
A InventoryDistributedConfiguration is activated when the service is deployed as a microservice, not packaged within an application. Then
 Service Discovery and Feign become active.
- Author:
 - Heiko Scherrer
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
InventoryDistributedConfiguration
InventoryDistributedConfiguration() 
 -