Skip to content
Snippets Groups Projects
Commit de56a74f authored by Mirko Stocker's avatar Mirko Stocker Committed by GitHub
Browse files

Update README.md

parent 0c611c77
Branches main
No related tags found
No related merge requests found
# Introduction
Example code for Interface Representation Patterns (TODO rename to title of the paper)
Example code for Interface Representation Patterns
# Overview
## Overview
This minimal example shows ...
# Running The Application
## Running The Application
To test the example application run the following commands.
......@@ -27,3 +25,10 @@ To test the example application run the following commands.
```curl http://localhost:8080/claims -H "Content-Type: application/json" -d '{"timeOfIncident":"2017-02-01T10:00:00", "amount": 2000 }'```
```curl -X GET http://localhost:8080/claims```
## Eclipse Setup
If you want to explore the code in Eclipse, first clone the repository. Then run ```File -> Import -> Maven -> Existing Maven Projects``` and select the folder with your local clone of the repository.
* To run the server, create a Java launch configuration for the ```RiskManagementServerApplication``` Main-Class and specify ```server config.yml``` as arguments. You can then run the server.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment