Package org.openwms.tms.app
Class TransportationFeignConfiguration
java.lang.Object
org.openwms.tms.app.TransportationFeignConfiguration
@Profile("!INMEM")
@Configuration
@EnableFeignClients(basePackageClasses={org.openwms.common.transport.api.TransportUnitApi.class,org.openwms.common.location.api.LocationApi.class,org.openwms.common.location.api.LocationGroupApi.class})
class TransportationFeignConfiguration
extends Object
A TransportationFeignConfiguration.
- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TransportationFeignConfiguration
TransportationFeignConfiguration()
-