Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/ROOT/pages/extending-neo4j/project-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@ Both credentials and configurations are passed through from options specified in

Build a jar file from Maven and place this onto the Neo4j classpath.

The jar must include a META-INF file to enable discovery of the providers with the path:

[source, none]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know what to put as the source here, please update if there is a better alternative.

----
/META_INF/services/com.neo4j.dbms.seeding.SeedProvider
----

It should be a plain text file with one line for each provider contained within the jar, the line should contain the fully qualified name of the provider class.

[NOTE]
====
If you need assistance with custom seed providers, please contact Professional Services.
Expand Down