projects
/
demos
/
httpresources
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe2e76
)
WIP
author
Kai Moritz
<kai@juplo.de>
Fri, 8 Jan 2021 14:05:45 +0000
(15:05 +0100)
committer
Kai Moritz
<kai@juplo.de>
Fri, 8 Jan 2021 14:05:45 +0000
(15:05 +0100)
src/main/resources/application.properties
patch
|
blob
|
history
diff --git
a/src/main/resources/application.properties
b/src/main/resources/application.properties
index
8b13789
..
f889427
100644
(file)
--- 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