Various stuff

build-war maven profile now builds a tomcat parallel deployment
compatible war file. Fix test data and integrations tests. Add a bunch
of accounts to the init data.
This commit is contained in:
2019-03-16 22:27:02 +01:00
parent aa92718e74
commit 57643f5b5b
4 changed files with 59 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
<groupId>de.77zzcx7</groupId>
<artifactId>financer</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1-SNAPSHOT</version>
<packaging>${packaging.type}</packaging>
<name>financer</name>
@@ -160,6 +160,9 @@
<properties>
<packaging.type>war</packaging.type>
</properties>
<build>
<finalName>financer##${project.version}</finalName>
</build>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>