We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a92f3e commit b5290a9Copy full SHA for b5290a9
src/test/java/com/arangodb/example/FirstProject.java
@@ -14,7 +14,7 @@
14
public class FirstProject {
15
16
public static void main(final String[] args) {
17
- final ArangoDB arangoDB = new ArangoDB.Builder().build();
+ final ArangoDB arangoDB = new ArangoDB.Builder().user("root").build();
18
19
// create database
20
final String dbName = "mydb";
0 commit comments