neo4j-examples / neo4j-ogm-university

Example Project for Neo4j OGM
53 stars 37 forks source link

Unable to connect to Neo4j from Master/Bolt build #14

Open nielsthinkiq opened 7 years ago

nielsthinkiq commented 7 years ago

Probably more of a question than an issue. I downloaded and built from the master branch and observe the following:

Thanks in advance, Niels

mangrish commented 7 years ago

@nielsthinkiq: There are some renovations going on with this project at the moment. We are hoping to make it a bit more simple to get started.

Regarding the 83% build issue. That's just how Gradle works. When you stop the server with Ctrl-C you should see it say 100% if it exists successfully.

I've removed the system variables from the build.gradle file. In order to configure this for your database you will just need to update the src/main/resources/ogm.properties file now (also updated in the documentation).

I did find an issue when running from gradle versus running from IntelliJ. I've now made this project work strictly for gradle until we complete the renovation to the project.

Let me know how you get on.