Moved the embedded default-templates into the classpath
[examples/facebook-app] / src / main / resources / application.properties
index 53179d2..ea935bb 100644 (file)
@@ -9,7 +9,7 @@ server.ssl.key-store-password=secret
 httpclient.timeout.connection=@yourshouter.facebook.app.httpclient.timeout.connection@
 httpclient.timeout.read=@yourshouter.facebook.app.httpclient.timeout.read@
 
-spring.thymeleaf.prefix=/thymeleaf/
+spring.thymeleaf.prefix=classpath:/thymeleaf/
 spring.thymeleaf.cache=false
 
 spring.datasource.url=@yourshouter.facebook.app.jdbc.url@