mmaza
Results
1
comments of
mmaza
You can use a MapperConfig. For example, to have a standard prefix to all you table names (we had "test." and "prod.") use: @Value("${amazon.dynamodb.tablename-prefix}") private String tableNamePrefix; @Bean public DynamoDBMapperConfig...