You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/neo4j_container.md
+1
Original file line number
Diff line number
Diff line change
@@ -99,3 +99,4 @@ public class ExampleTest {
99
99
This creates a Testcontainer based on the Docker image build with the Enterprise version of Neo4j.
100
100
The call to `withEnterpriseEdition` adds the required environment variable that you accepted the terms and condition of the enterprise version.
101
101
You accept those by adding a file named `container-license-acceptance.txt` to the root of your classpath containing the text `neo4j:3.5.0-enterprise` in one line.
102
+
You'll find more information about licensing Neo4j here: [About Neo4j Licenses](https://neo4j.com/licensing/).
0 commit comments