How to set table name to DynamoDB table from properties file?

前端 未结 0 1705
失恋的感觉
失恋的感觉 2020-12-11 22:40

I have this model and I should to set table name from application.yml file.

@DynamoDBTable(tableName = "${aws.dynamodb.table-name}")
pu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题