Closed EdwardsBean closed 9 years ago
Looks like it's related to #3162 which is fixed in M1. Are you using a recent snapshot?
@snicoll I have tried, but still not working
@EdwardsBean Do you have a sample application that you could share.
/cc @olivergierke
There were some fixes in Spring Boot but Spring Data MongoDB had to get some fixes, too. They're not in an official releases, but you can use the most recent Spring Data snapshots by setting the property spring-data-releasetrain.version
to Gosling-BUILD-SNAPSHOT
in the meantime. Does that fix the issue?
@philwebb sample application:https://github.com/t-edwardsbean/springboot-mongo Just run SpringBootMongoApplication and access localhost:8080
@philwebb @olivergierke If i set spring-data-releasetrain.version to Gosling-BUILD-SNAPSHOT,works fine.Thanks a lot
@EdwardsBean Thanks for testing.
The same thing happens if your use 2.0.0.RC1 + Reactive Redis with Lettuce client. Cannot save anything, always throws the same error. Removing devtools makes it work. 2.0.0.BUILD-SNAPSHOT version has no problems.
I'm trying devtools,version 1.3.0.BUILD-SNAPSHOT. If i use spring data mongo ,error:
But if I exclude devtools dependency from pom.xml,or use spring jpa with mysql, works fine. Am i missing some devtools configuration?