michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

java.lang.ClassNotFoundException: org.springframework.data.repository.core.support.ReflectionEntityInformation #100

Closed mianqiangsheng closed 4 years ago

mianqiangsheng commented 4 years ago

When my project is based on spring-data-commons 2.2.6,while spring-data-dynamodb is based on spring-data-commons 2.1.2 which does not contain ReflectionEntityInformation.class then my project can't start. How can I fix this problem?

boostchicken commented 4 years ago

Hey @mianqiangsheng, Development happens here now