X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;fp=src%2Fmain%2Fresources%2Fapplication.properties;h=c1ebc611460aaa13635003fac790f41e6e245b8c;hb=688bd23ccc874245cbbd3c30bced344838cd1b35;hp=3f6cd828146bd924e94d0a765e6bf8f83b51ced9;hpb=b8458ac2d504532a1893bfac0948ce6f900aa521;p=demos%2Fhttpresources 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