From: Vásáry Dániel Date: Mon, 29 Jan 2024 22:22:29 +0000 (+0100) Subject: v0.2.2 X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=ef24d71c24890a95c317fe0693aee719634e0b5d;p=sly-crm.git v0.2.2 --- diff --git a/lis-app/pom.xml b/lis-app/pom.xml index faa6779..68ee450 100644 --- a/lis-app/pom.xml +++ b/lis-app/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 lis-app - 0.2.1-SNAPSHOT + 0.2.2-SNAPSHOT SLY-CRM hu.user diff --git a/lis-app/src/test/resources/application-test.yaml b/lis-app/src/test/resources/application-test.yaml index 093e25e..f395cf1 100644 --- a/lis-app/src/test/resources/application-test.yaml +++ b/lis-app/src/test/resources/application-test.yaml @@ -20,9 +20,12 @@ spring: enabled: always datasource: type: com.zaxxer.hikari.HikariDataSource - url: jdbc:db2://localhost:50000/slycrm + # url: jdbc:db2://localhost:50000/slycrm + # username: db2admin + # password: password + url: jdbc:db2://db2.in.useribm.hu:50000/slycrm username: db2admin - password: password + password: Passw@rd01 camunda.bpm: generic-properties.properties: telemetry-reporter-activate: false