m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMagdalena Grodzińska <mag.grodzinska@gmail.com>2019-11-19 19:22:13 +0100
committerMagdalena Grodzińska <mag.grodzinska@gmail.com>2019-11-19 19:27:32 +0100
commit89b3f1164af4d157a1419e203575fe9a56f25794 (patch)
tree9051f6a935137452031c628fc6ba9a84cd1d982b /src/main/resources/application.properties
parenteef8436d8e58623b431810471f92f12b20c87434 (diff)
Add working home page front-end
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..cf15d4a
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,6 @@
+spring.application.name=CloudAtlas Client
+
+spring.thymeleaf.cache=false
+spring.thymeleaf.enabled=true
+spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/
+spring.thymeleaf.suffix=.html \ No newline at end of file