f88942728903737ed89e4313e34727fbc48f781d
[demos/httpresources] / src / main / resources / application.properties
1 server.port=8080
2 origin=http://localhost:8888
3 juplo.http-resources.protocol-resolver.enabled=true
4 spring.web.resources.static-locations"=classpath:/overwrite/,${origin},classpath:/fallback/
5 spring.thymeleaf.prefix=/
6 spring.thymeleaf.suffix=.html
7