diff options
author | Magdalena GrodziĆska <m.grodzinska@gmx.com> | 2019-11-19 20:08:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 20:08:21 +0100 |
commit | 562b0d451d9a58188a279844efe0efc548ac8f1f (patch) | |
tree | 79f3e66982a57100a3e5d7f279912a3d91f25dec /src/main/resources/application.properties | |
parent | eef8436d8e58623b431810471f92f12b20c87434 (diff) | |
parent | 5f8ccad41f03b75acb9e3c1d5b46f86c344a721a (diff) |
Merge pull request #21 from m-chrzan/basic_frontend
Basic frontend
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..9cbc2e8 --- /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 |