X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=dd14ca8eb9c8886980a8ebb8f1a711339d19ac5a;hb=48b213e3800038d96a4e19ff086d2a0f01e06759;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hpb=fe65c2e7df1434040d712644041add8947ac20cd;p=demos%2Fhttpresources diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..dd14ca8 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 +logging.level.de.juplo=DEBUG