From: Kai Moritz Date: Sat, 16 Jan 2021 10:16:05 +0000 (+0100) Subject: WIP X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fhttpresources;a=commitdiff_plain;h=refs%2Fheads%2Fthymeproxy WIP --- diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3f6cd82..c1ebc61 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port=8080 origin=http://localhost:8888 juplo.http-resources.protocol-resolver.enabled=true -spring.resources.static-locations"=classpath:/overwrite/,${origin},classpath:/fallback/ +spring.resources.static-locations=classpath:/overwrite/,${origin},classpath:/fallback/ spring.thymeleaf.prefix=/ spring.thymeleaf.suffix=.html logging.level.de.juplo=DEBUG