From eab72de4c2ee0675c0f40c22109a1ce3252f9e86 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 28 Sep 2023 13:42:05 +0200 Subject: [PATCH] docs: Add links to Quarkus and Spring integrations. --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 771a435e8..3b062e3c2 100644 --- a/README.adoc +++ b/README.adoc @@ -126,6 +126,13 @@ for(Actor actor : matrix.getActors()) { } ---- +== Integrations within other frameworks + +We do offer two offical integrations: + +* The https://github.com/neo4j/neo4j-ogm-quarkus[Neo4j-OGM Quarkus Extension], which works nicely with Quarkus' "do everything and then some" at buildtime-approach +* The https://github.com/neo4j/neo4j-ogm-spring[Neo4j-OGM Spring Data fork], which provides continued support for Spring Data Neo4j 5, but for modern Spring versions + == Getting Help The http://neo4j.com/docs/ogm-manual/current/[reference guide] is the best place to get started.