spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
521 stars 204 forks source link

The guide "Accessing Data with Neo4j" skipped the source code #27

Closed Fr3man closed 8 years ago

Fr3man commented 8 years ago

Thanks for the excellent introduction for Neo4j. Could you please add the source code of ApplicationConfig class to the guide? I was a bit coufused when ./gradlew bootRun threw an UnsatisfiedDependencyException caused by missed ApplicationConig class with Neo4j annotations.

gregturn commented 8 years ago

Resolved via https://github.com/spring-guides/gs-accessing-data-neo4j/commit/575f44631018f0e34b6072971aac8a59380fb6dc

Fr3man commented 8 years ago

Thanks for quick response)