X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fapplication.properties;h=dd14ca8eb9c8886980a8ebb8f1a711339d19ac5a;hb=HEAD;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hpb=abe2e76d41f59fffc2d77569de4c7d7e7956ec0b;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