diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2019-11-19 19:22:13 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2019-11-19 19:27:32 +0100 |
commit | 89b3f1164af4d157a1419e203575fe9a56f25794 (patch) | |
tree | 9051f6a935137452031c628fc6ba9a84cd1d982b /src/main/resources/application.properties | |
parent | eef8436d8e58623b431810471f92f12b20c87434 (diff) |
Add working home page front-end
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 6 |
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 |