I find the solution.....
update your Spring Data Commons to 1.2.0.RC1
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
...
Type: Posts; User: coolcooldool; Keyword(s):
I find the solution.....
update your Spring Data Commons to 1.2.0.RC1
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
...
I have the same question.
my project is run well in Spring data mongo M5.
I update the spring data mongodb to RC1 use the spring official dependency.
here is the console log
Failed to...