Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Fix documentation on how to provide custom application.properties to …
Browse files Browse the repository at this point in the history
…bootRun task
  • Loading branch information
Christian Kleinboelting authored and aconstantin committed Jul 2, 2018
1 parent 758457d commit ac1e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ To build and launch the ApiDoc Server directly from the sources you may want to
Unfortunately, you are not able to provide properties to the ApiDoc Server in way stated before. But you are able to provide the path to an application.properties file by setting the gradle project property `application.propeties` in the following way.

```
./gradlew bootRun -Papplication.properties=/path/to/my/application.properties
./gradlew bootRun -PapplicationProperties=/path/to/my/application.properties
```

0 comments on commit ac1e407

Please sign in to comment.