diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 12:43:09 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 12:43:09 +0100 |
commit | fb16df8494e39327038a78b768538fefa3025337 (patch) | |
tree | f51ff1d4dfe7599eb513b093a27674cd20f78888 /src/main/resources | |
parent | de08aa61aa15a6a3925a1e110c40eb36fc70e8b7 (diff) |
Fix spring port for the sake of testing
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bb48ff5..ee983e2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ -server.port=0 +server.port=8082 spring.application.name=CloudAtlas Client -spring.thymeleaf.cache=false +spring.thymeleaf.cache=true spring.thymeleaf.enabled=true spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/ spring.thymeleaf.suffix=.html |