From 688bd23ccc874245cbbd3c30bced344838cd1b35 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 16 Jan 2021 11:16:05 +0100 Subject: [PATCH] WIP --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1