次の手順でneo4jにプラグインを作成しました。
1)*.javaから*.classを作成します(Eclipseとのコンパイル)
2)*.classを.../ org / neo4j / server /plugins/に配置します
3)* .jarを作成します(jarを使用)
4)* .jar / META-INF /services/ファイル"org.neo4j.server.plugins.ServerPlugin"にテキスト"org.neo4j.server.plugins.TransportRouter"を入れます。
5)*.jarを.../ neo4j /plugins/に入れます
6)サーバーを再起動します
しかし、私のプラグインは「extensions」(「curl localhost:7474 / db / data /」)に表示されません。
なんで?
TIA、ユージニー。