spring-guides / gs-accessing-data-neo4j

Accessing Data with Neo4j :: Learn how to persist objects and relationships in Neo4j's NoSQL data store.
http://spring.io/guides/gs/accessing-data-neo4j/
Apache License 2.0
29 stars 49 forks source link

Issue 34 - Fix some README issues and add the final application listing. #35

Closed talkingscott closed 4 years ago

talkingscott commented 4 years ago

Issue 34 notes some problems in the text for this guide. Additionally, the guide lacks a listing of the final version of the application class. I believe my changes address these issues.

My changes do not address a different issue, specifically that the guide refers to some code that does not exist. Namely, a method in the repository named findByTeammatesName and code in main that exercises it (Finally, check out that other query where you look backwards, answering the question of "Who works with whom?"). I will submit a separate patch request with such code.

Buzzardo commented 4 years ago

Thank you. I look forward to your next PR.