diff options
author | Martin <marcin.j.chrzanowski@gmail.com> | 2019-11-27 17:22:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 17:22:13 +0100 |
commit | 6d27310b2cdbd6f412157eee25cc68df9486db14 (patch) | |
tree | b7ebab7fa715b194509eee9cb6ee4984ba3db840 /src/main/resources/application.properties | |
parent | 97589d8380ca12fa0a75163a6f5bd79a7e1039fa (diff) |
Parametrize RMI host (#43)
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9cbc2e8..bb48ff5 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +server.port=0 spring.application.name=CloudAtlas Client spring.thymeleaf.cache=false |