Skip to content
Snippets Groups Projects
Commit 936d141d authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Update README

parent b93eeafb
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### Project Setup Info ### Project Setup Info
- Java 17 (LTS) - Java 11 (LTS)
- Maven - Maven
- Junit 5 - Junit 5
- (Guice DI) - (Guice DI)
...@@ -16,7 +16,9 @@ To build the maven artifact, run: `mvn clean package` ...@@ -16,7 +16,9 @@ To build the maven artifact, run: `mvn clean package`
To run all tests, run: `mvn test` To run all tests, run: `mvn test`
### External Configuration ### External Configuration
Configuration properties e.g. for REST-API urls and proxy settings can be found in ``sdk-config/sdk.properties``.
Configuration properties e.g. for REST-API urls and proxy settings can be found in the HOCON config ``sdk.conf`` within
the root folder of the project.
### Documentation ### Documentation
......
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