Package com.ocs.dynamo
Class DynamoImplAutoConfigure
- java.lang.Object
-
- com.ocs.dynamo.DynamoImplAutoConfigure
-
@Configuration public class DynamoImplAutoConfigure extends Object
Auto configuration for Dynamo implementation classes- Author:
- Bas Rutten
-
-
Constructor Summary
Constructors Constructor Description DynamoImplAutoConfigure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityModelFactoryentityModelFactory()MessageServicemessageService()
-
-
-
Method Detail
-
messageService
@Bean @ConditionalOnMissingBean(com.ocs.dynamo.service.MessageService.class) public MessageService messageService()
-
entityModelFactory
@Bean @ConditionalOnMissingBean(com.ocs.dynamo.domain.model.EntityModelFactory.class) public EntityModelFactory entityModelFactory()
-
-