X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=be5e940bca128e4da5af9afff9d102d24d18f67b;hp=91b0256f266e141af4faa2d3f6e08c17f110fd3e;hb=f629006c32b366b1bfaf24fb25f128f83e1c76b0;hpb=9c8202018997d8e18da4da86ccef926cb9f9de6f diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 91b0256..be5e940 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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@