We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91c46f commit c8e9145Copy full SHA for c8e9145
modules/ROOT/pages/extending-neo4j/unmanaged-extensions.adoc
@@ -70,7 +70,7 @@ You also need to tell Neo4j where to look for the extension by adding some confi
70
[properties]
71
----
72
#Comma-separated list of JAXRS packages containing JAXRS Resource, one package name for each mountpoint.
73
-dbms.unmanaged_extension_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged
+server.unmanaged_extension_classes=org.neo4j.examples.server.unmanaged=/examples/unmanaged
74
75
76
Your `hello` method responds to `GET` requests at the URI:
0 commit comments