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

Update README.md

parent a42daae4
Branches
No related tags found
No related merge requests found
......@@ -29,8 +29,12 @@ To test the example application run the following commands.
## 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.
* If you want to explore the code in Eclipse, first clone the repository. Then run
* 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.
```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.
![Launch Configuration](https://raw.githubusercontent.com/web-apis/riskmanagement-server/master/img/eclipse-launch-configuration.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment