File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ https://github.com/neo4j-examples/movies-java-spring-data-neo4j/tree/sdn6-full-e
1717
1818The example project is described in detail on the https://neo4j.com/developer/example-project/[Neo4j Developer Site]
1919
20- The project uses Java 11 .
20+ The project uses Java 17 .
2121
2222== The Stack
2323
@@ -26,7 +26,7 @@ These are the components of our Web Application:
2626* Application Type: Spring-Boot Java Web Application
2727* Web framework: Spring-Boot enabled Spring-WebMVC
2828* Persistence Access: Spring-Data-Neo4j 6.x
29- * Database: Neo4j-Server 3.5 , or 4.x with multi-database
29+ * Database: Neo4j-Server 4.4 , or 5.x
3030* Frontend: jquery, bootstrap, http://d3js.org/[d3.js]
3131
3232Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4j Sandbox] or https://neo4j.com/cloud/aura/[Neo4j Aura].
@@ -57,4 +57,4 @@ Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4
5757|4
5858|===
5959
60- Please set `NEO4J_VERSION` to `3.5` when running Neo4j 3.5.x. Leave as is otherwise.
60+ Please set `NEO4J_VERSION` to `3.5` when running Neo4j 3.5.x. Leave as is otherwise.
You can’t perform that action at this time.
0 commit comments