Skip to content
Snippets Groups Projects
Commit 51af6cca authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: alternative for mock

parent 2c5643f1
No related branches found
No related tags found
No related merge requests found
Pipeline #51713 passed
......@@ -35,6 +35,13 @@ mvn spring-boot:run
mvn -Dmock=true spring-boot:run
```
or
```
mvn clean package
java -Dmock=true -jar application/target/fdo-manager-service.application-0.1.0-rc6.jar
```
### Request
By default you can access the service at `http://localhost:8080/api/`. Try
......
......@@ -10,3 +10,4 @@ Add the module to your python environment: `pip install ./fdo-manager-service-ap
Please have a look at `test-client.py`. You may make minor modifications to
test the client by running `test-client.py`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment