API design with Spring Security, pt. 1

This commit is contained in:
2016-03-02 16:23:49 +01:00
parent b6fc5edc17
commit 8dfe158769
7 changed files with 104 additions and 10 deletions
+2 -2
View File
@@ -24,10 +24,10 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency -->
</dependency>
</dependencies>
<properties>