diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2020-01-11 13:08:21 +0100 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2020-01-11 13:08:21 +0100 |
commit | b87f3adc2dd665b186866d2fb345819dba2d1f35 (patch) | |
tree | 6845a53aab8b5f2f54db15364afcc8efb181c605 /src/main/resources/application.properties | |
parent | f624f7350e0018060ad3f38be1c3988bc3fb0545 (diff) | |
parent | f54068421c2b4883b3fbcc4e003d83ff528b5cc4 (diff) |
Merge branch 'master' into gossip-girl-2
Diffstat (limited to 'src/main/resources/application.properties')
-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 |