projects
/
demos
/
httpresources
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8458ac
)
WIP
thymeproxy
author
Kai Moritz
<kai@juplo.de>
Sat, 16 Jan 2021 10:16:05 +0000
(11:16 +0100)
committer
Kai Moritz
<kai@juplo.de>
Sat, 16 Jan 2021 10:16:05 +0000
(11:16 +0100)
src/main/resources/application.properties
patch
|
blob
|
history
diff --git
a/src/main/resources/application.properties
b/src/main/resources/application.properties
index
3f6cd82
..
c1ebc61
100644
(file)
--- 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