From 1abf320c995cd7a14b97be2a360011951891f89c Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 7 Oct 2020 15:42:17 +0300 Subject: [PATCH] Set spring.freemarker.checkTemplateLocation to false --- application/src/main/resources/thingsboard.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index 35808b1f85..2499ef1114 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -439,6 +439,9 @@ updates: # Enable/disable updates checking. enabled: "${UPDATES_ENABLED:true}" +# spring freemarker configuration +spring.freemarker.checkTemplateLocation: "false" + # spring CORS configuration spring.mvc.cors: mappings: