From 57330c07c252a3407e5d6997c1929a625f354bfa Mon Sep 17 00:00:00 2001 From: MK13 Date: Fri, 10 Mar 2023 21:31:30 +0100 Subject: [PATCH] Add new profile --- financer-server/pom.xml | 2 +- .../src/main/resources/config/application-mk2.properties | 5 +++++ financer-web-client/pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 financer-server/src/main/resources/config/application-mk2.properties diff --git a/financer-server/pom.xml b/financer-server/pom.xml index e9957dd..7ae3d98 100644 --- a/financer-server/pom.xml +++ b/financer-server/pom.xml @@ -18,7 +18,7 @@ jar postgres,dev - mk + mk2 diff --git a/financer-server/src/main/resources/config/application-mk2.properties b/financer-server/src/main/resources/config/application-mk2.properties new file mode 100644 index 0000000..4f5a1ca --- /dev/null +++ b/financer-server/src/main/resources/config/application-mk2.properties @@ -0,0 +1,5 @@ +spring.datasource.url=jdbc:postgresql://localhost/financer_mk_2 +spring.datasource.username=financer_mk +spring.datasource.password=financer_mk + +financer.mailRecipients[0]=marius@kleberonline.de \ No newline at end of file diff --git a/financer-web-client/pom.xml b/financer-web-client/pom.xml index a45e0f6..c32b2b4 100644 --- a/financer-web-client/pom.xml +++ b/financer-web-client/pom.xml @@ -27,7 +27,7 @@ paths. Default is the artifactId, the build-war profile defines its own default. Can be changed at build time via 'mvn ... -DfinalName=financer ...--> ${project.artifactId} - mk + mk2