diff --git a/README.md b/README.md index e4fe0c1bc460e5b873ea2fca3a9f4c9f50fe2ac5..f6bb8ec4fa23dd01f45b6079533a2e77aad73f4d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example-client/README.md b/example-client/README.md index 3e75e60bd7237d0ecec626f7de61d83be6e02673..6dd5814013422df516d99f461ef74d54e4ad8fe1 100644 --- a/example-client/README.md +++ b/example-client/README.md @@ -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`. +