From b2948b1a7aa1dd95df64a23026a30ce81b817920 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 8 Jan 2021 15:05:45 +0100 Subject: [PATCH] WIP --- src/main/resources/application.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..f889427 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,7 @@ +server.port=8080 +origin=http://localhost:8888 +juplo.http-resources.protocol-resolver.enabled=true +spring.web.resources.static-locations"=classpath:/overwrite/,${origin},classpath:/fallback/ +spring.thymeleaf.prefix=/ +spring.thymeleaf.suffix=.html -- 2.20.1