You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.create a dynamo object (Student)
1.add a DynamoDBDocument(another object Address) inside that object
add updated_on field inside Address
Specifications
Spring Data DynamoDB Version: 1.11.1016
Spring Data Version:
AWS SDK Version:
Java Version: 1.8
Platform Details: Intellij
All those information are logged by org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory on INFO level on startup.
Or use java -version and mvn dependency:tree | grep -E 'spring|aws' to provide those version numbers.