From: Kai Moritz Date: Fri, 8 Jan 2021 14:05:45 +0000 (+0100) Subject: WIP X-Git-Tag: controller~4 X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fhttpresources;a=commitdiff_plain;h=b2948b1a7aa1dd95df64a23026a30ce81b817920;ds=inline WIP --- 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