Added H2 database for testing, gitignore

This commit is contained in:
Andrew Lalis 2019-03-02 12:34:01 +01:00 committed by andrewlalis
parent 4519f672d9
commit 4b3e304610
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.idea/*
*.iml
target/*

View File

@ -68,6 +68,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
<build>