dmontag / neo4j-unmanaged-extension-template

30 stars 24 forks source link

Compatibility with Neo4j 3.0.0 #5

Closed wael34218 closed 8 years ago

wael34218 commented 8 years ago

First of all. Thank you so much for this repo, made my life easy.

A small change is required to make the repo compatible with Neo4j 3.0.0. In README.md file, step 3 should change from:

Configure Neo4j by adding a line to conf/neo4j-server.properties:
org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.example.unmanagedextension=/example

To:

Configure Neo4j by adding a line to conf/neo4j.conf:
dbms.unmanaged_extension_classes=org.neo4j.example.unmanagedextension=/example

Keep it up, Wael

dmontag commented 8 years ago

Updated! Thanks for commenting.