learning-spring-boot / learning-spring-boot-2nd-edition-code

Source code for Learning Spring Boot 2nd Edition
http://greglturnquist.com/books/learning-spring-boot
Other
75 stars 32 forks source link

Chapter 1 #12

Closed elwis closed 6 years ago

elwis commented 6 years ago

I only get empty objects in Chapter 1 when running the code? ( Java 8 and only cloning the source and running it) [{},{},{}]

elwis commented 6 years ago

Ah, seem to be trouble with my mongo, not your code. When running from CMDLine it comlains about "wiredTiger not being available". So closing the issue!

gregturn commented 6 years ago

Also, MongoDB has this amazing ability to upgrade the engine, but NOT your data store without explicit steps. I had to do this myself at a certain point.

elwis commented 6 years ago

Thanks for answering, clearly I'm getting into trouble when running from IntelliJ, commandline rules the world. Must be some weirdo config with Gradle or something. Bear with me, I've just returned from some dark years in the realm of .NET, trying to catch up with the lost years of strong coffee. Your excellent book help, Spring-boot makes my days joyful again