Switched H2 to server-mode and made the console available in the app
[examples/facebook-app] / src / main / resources / application.properties
index 91b0256..be5e940 100644 (file)
@@ -12,7 +12,11 @@ httpclient.timeout.read=@httpclient.timeout.read@
 spring.thymeleaf.prefix=/thymeleaf/
 spring.thymeleaf.cache=false
 
+spring.datasource.url=@jdbc.url@
+spring.datasource.username=@jdbc.username@
+spring.datasource.password=@jdbc.password@
 spring.datasource.continueOnError=true
+spring.h2.console.enabled=true
 
 logging.level.org.springframework.social=debug
 logging.level.org.apache.http=@httpclient.logging.level@