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

Upgrade to Spring Boot 2.2 #33

Closed Buzzardo closed 4 years ago

Buzzardo commented 5 years ago

I upgraded the build files to use Spring 2.2. Doing so necessitated upgrading the Gradle wrappers. Note that there are no tests in the /complete branch. I added the test from the Initializr in the /initial branch.