Add property 'db.name' to enable config of DB connection during build time

This commit is contained in:
2019-06-20 16:13:45 +02:00
parent d29bb0570a
commit 03846e4a19
2 changed files with 8 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
<properties>
<packaging.type>jar</packaging.type>
<activeProfiles>hsqldb,dev</activeProfiles>
<db.name>financer</db.name>
</properties>
<dependencies>