Skip to content

Commit

Permalink
docs: Add links to Quarkus and Spring integrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Sep 28, 2023
1 parent e553dff commit eab72de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eab72de

Please sign in to comment.