commit | 7143ac416a61ff865c86001d0357259748b48b85 | [log] [tgz] |
---|---|---|
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | Wed Feb 27 10:11:44 2019 -0500 |
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | Wed Feb 27 10:12:36 2019 -0500 |
tree | 40f3fda6f23f761fe94150dc45784dedf7dc4023 | |
parent | a96380d2d7ccc93e808ab0c7f4a047095878e254 [diff] [blame] |
Fix start up corrected application properties Issue-ID: SO-1558 Change-Id: Ib768d7c72a64a11dbb08eea79c4c9a4f5fb970a6 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
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 21ad485..56a92cb 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 @@ headers.latestVersion: 2 spring: datasource: - jdbcUrl: jdbc:mariadb://localhost:3307/camundabpmn + url: jdbc:mariadb://localhost:3307/camundabpmn username: root password: password driver-class-name: org.mariadb.jdbc.Driver