diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 19:00:13 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 19:00:13 +0100 |
commit | 5dcdf0ab716c9edefb448a4b12e8225bd921c8e7 (patch) | |
tree | 86cea8f5b1a7888222af30c44fbae5ae7c3901bb /src/main/resources/application.properties | |
parent | 0c94ea210579436f5a1723117f83ced974517b55 (diff) |
Split attrib chart and adding zones
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ee983e2..2bd3b7e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port=8082 spring.application.name=CloudAtlas Client -spring.thymeleaf.cache=true +spring.thymeleaf.cache=false spring.thymeleaf.enabled=true spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/ spring.thymeleaf.suffix=.html |