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 d9a1a0c commit 2db895cCopy full SHA for 2db895c
examples/data-services/README.md
@@ -17,6 +17,14 @@ Next, run the following Gradle task to deploy the example application:
17
This creates an app server suitable for Data Services - i.e. one without a rewriter. It also creates a user named
18
"data-services-example-user" which demonstrates the minimum set of roles needed to invoke a Data Services endpoint.
19
20
+To generate the `org.example.HelloWorld` proxy class, run:
21
+
22
+```shell
23
+gradle generateHelloWorld
24
+```
25
26
+Take a look at `build.gradle` to see how this task is implemented using `com.marklogic.client.tools.gradle.EndpointProxiesGenTask`.
27
28
You can then test the application either by running the following Gradle task:
29
30
```shell
0 commit comments