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: java-main-sync/README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,19 @@ This example shows how to use the [Sync client](https://sync.objectbox.io/sync-c
4
4
5
5
* See [`Task`](src/main/java/io/objectbox/example/Task.java) on how to define a simple entity
6
6
* See [`TasksSyncDB`](src/main/java/io/objectbox/example/TasksSyncDB.java) to perform basic operations on [`Task`](src/main/java/io/objectbox/example/Task.java) with the Sync client
7
+
8
+
## Setup
7
9
8
-
### Docs
10
+
It is recommended to build this project using Gradle.
11
+
12
+
However, this directory also contains a `pom.xml` to build this project using Maven.
13
+
14
+
To build and execute the program with Maven, run something like: `mvn compile exec:java`
15
+
16
+
For details about how to set up a project with the ObjectBox Maven plugin,
17
+
see the [java-main-maven example](../java-main-maven).
0 commit comments