X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=be5e940bca128e4da5af9afff9d102d24d18f67b;hp=a66df89a4ae9750c0a4c82ea28ae40b74d8a6332;hb=f629006c32b366b1bfaf24fb25f128f83e1c76b0;hpb=f45e5e611f7d990477ede18dfc79a18d926eb347 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a66df89..be5e940 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -12,6 +12,12 @@ 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@ logging.level.org.apache.http.wire=ERROR