X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=c1ebc611460aaa13635003fac790f41e6e245b8c;hb=refs%2Fheads%2Fproxy;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hpb=abe2e76d41f59fffc2d77569de4c7d7e7956ec0b;p=demos%2Fhttpresources diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..c1ebc61 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.resources.static-locations=classpath:/overwrite/,${origin},classpath:/fallback/ +spring.thymeleaf.prefix=/ +spring.thymeleaf.suffix=.html +logging.level.de.juplo=DEBUG