pt. 2 - Security

This commit is contained in:
2015-11-24 18:11:40 +01:00
parent 3dbc0213b8
commit a0bb8c7001
5 changed files with 55 additions and 5 deletions
+4
View File
@@ -25,6 +25,10 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
<properties>