Add new profile

This commit is contained in:
2023-03-10 21:31:30 +01:00
parent 76c590e4e1
commit 57330c07c2
3 changed files with 7 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<properties> <properties>
<packaging.type>jar</packaging.type> <packaging.type>jar</packaging.type>
<activeProfiles>postgres,dev</activeProfiles> <activeProfiles>postgres,dev</activeProfiles>
<deploymentProfile>mk</deploymentProfile> <deploymentProfile>mk2</deploymentProfile>
</properties> </properties>
<dependencies> <dependencies>

View File

@@ -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

View File

@@ -27,7 +27,7 @@
paths. Default is the artifactId, the build-war profile defines its own default. paths. Default is the artifactId, the build-war profile defines its own default.
Can be changed at build time via 'mvn ... -DfinalName=financer ...--> Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>
<deploymentProfile>mk</deploymentProfile> <deploymentProfile>mk2</deploymentProfile>
</properties> </properties>
<dependencies> <dependencies>