Added H2 database for testing, gitignore
This commit is contained in:
parent
4519f672d9
commit
4b3e304610
|
@ -0,0 +1,3 @@
|
||||||
|
.idea/*
|
||||||
|
*.iml
|
||||||
|
target/*
|
5
pom.xml
5
pom.xml
|
@ -68,6 +68,11 @@
|
||||||
<artifactId>spring-security-test</artifactId>
|
<artifactId>spring-security-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.h2database</groupId>
|
||||||
|
<artifactId>h2</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue