X-Git-Url: http://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=656ed18816f24672c8eaa65d648746c4d457bba1;hp=30f0bcaf651ca6a148b2049d0c9e9ae1a46ca324;hb=f3a47c124d80cbc6efbf7734316cbe6fdb2b7f00;hpb=5bb23cb020f40d07922e636ded0bb06c3c01109d diff --git a/pom.xml b/pom.xml index 30f0bca..656ed18 100644 --- a/pom.xml +++ b/pom.xml @@ -25,17 +25,25 @@ 1.8 + + 8443 + de + DE + Europe/Berlin - NOT_SET - NOT_SET - NOT_SET + NOT_SET + NOT_SET + NOT_SET - 60000 - 60000 - ERROR + 60000 + 60000 + ERROR - com.h2database - h2 + com.h2database + h2 + + sa + @@ -70,10 +78,15 @@ spring-boot-starter-data-jpa - ${jdbc.groupId} - ${jdbc.artifactId} + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} runtime + + mysql + mysql-connector-java + ${mysql.version} + @@ -82,6 +95,42 @@ org.springframework.boot spring-boot-maven-plugin + + io.fabric8 + docker-maven-plugin + 0.26.0 + + + + yourshouter/%a:%v + + openjdk:8-jre-alpine + kai@yourshouter.com + + ${project.version} + + + ${yourshouter.facebook.app.server.port}/tcp + + + + + java + -Duser.language=${yourshouter.api.language} + -Duser.country=${yourshouter.api.country} + -Duser.timezone=${yourshouter.api.timezone} + -jar + /maven/${project.build.finalName}.jar + + + + artifact + + + + + +