aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
authorKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>2019-02-25 18:51:48 -0500
committerKalkere Ramesh, Sharan (sk720x) <sk720x@att.com>2019-02-26 11:39:47 -0500
commit115018c4153b83bc355e277eb830ef700b947f55 (patch)
tree26cf20bcccfc74e70c6162c2aa790dcb00a1ad04 /bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml
parent1212fa1a4b33c76d5cc01ebd1cc438a3e3bc433a (diff)
changed to jdbcUrl and updated flyway for bpmn
Fix startup of catalog, request, bpmn and openstack Change-Id: I5982857c610ae46aa8690764c4f6ef99240f5088 Issue-ID: SO-1558 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml')
-rw-r--r--bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml b/bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml
index 56a92cbd01..21ad485fdb 100644
--- a/bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml
+++ b/bpmn/mso-infrastructure-bpmn/src/test/resources/application-test.yaml
@@ -157,7 +157,7 @@ sniro:
headers.latestVersion: 2
spring:
datasource:
- url: jdbc:mariadb://localhost:3307/camundabpmn
+ jdbcUrl: jdbc:mariadb://localhost:3307/camundabpmn
username: root
password: password
driver-class-name: org.mariadb.jdbc.Driver