From: Determe, Sebastien (sd378r) Date: Tue, 20 Feb 2018 17:19:39 +0000 (+0100) Subject: Fix issue with clamp.env X-Git-Tag: v2.0.0~131 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=373a9273031147e4034dfd0e530b3657ca709b5a;p=clamp.git Fix issue with clamp.env Clamp.env was wrong so clamp was crashing at runtime when accessing the db Issue-ID: CLAMP-85 Change-Id: I162b682fa9d4977218e3ebd48e210bf87d053698 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/extra/docker/clamp/clamp.env b/extra/docker/clamp/clamp.env index 41585aba..9c724740 100644 --- a/extra/docker/clamp/clamp.env +++ b/extra/docker/clamp/clamp.env @@ -1,4 +1 @@ -SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647", -"org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties", -"org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties" -} \ No newline at end of file +SPRING_APPLICATION_JSON={"spring.datasource.cldsdb.url":"jdbc:mariadb:sequential://db:3306/cldsdb4?verifyServerCertificate=false&useSSL=false&requireSSL=false&autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647","org.onap.clamp.config.files.cldsPolicyConfig":"classpath:/clds/clds-policy-config.properties","org.onap.clamp.config.files.cldsReference":"classpath:/clds/clds-reference.properties"} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3a482dd0..192d35bd 100644 --- a/pom.xml +++ b/pom.xml @@ -468,7 +468,7 @@ org.mariadb.jdbc mariadb-java-client - 2.1.1 + 2.2.1