@@ -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.
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.