diff options
author | Magdalena GrodziĆska <mag.grodzinska@gmail.com> | 2020-01-11 20:07:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 20:07:26 +0100 |
commit | 75d1a57f80883867c94b133da417d484cc5c54cc (patch) | |
tree | 6c1fb0f35da7e544cb5e0c2b4f28e7d8340658a0 /src/main/resources/application.properties | |
parent | 22ec12d762db07b6ecc65462b1e7cb38c8ca1578 (diff) | |
parent | 55be079e9b183c430662606548548ef935bbdf40 (diff) |
Merge branch 'master' into add_addr_config
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 |