Open Richrocksmy opened 6 years ago
As part of the @EnableDynamoDBRepositories()
the bean name of the mapper configuration must be specified.
For this example it should look like this:
@EnableDynamoDBRepositories(
dynamoDBMapperConfigRef="dynamoDBMapperConfig" //must be the actual bean name
)
Same pattern as described in this article
Expected Behavior
When specifying DynamoDBMapperConfig bean as follows, it should be used by repository classes.