adam side

This commit is contained in:
gezvf
2017-09-13 17:27:41 +02:00
parent fd2b29260c
commit 9d7d3b6776
16 changed files with 306 additions and 74 deletions
+6 -2
View File
@@ -25,8 +25,12 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>