Add a view to show movies of a given user (or all movies if no user is specified).

This commit is contained in:
Camille31
2016-11-13 23:16:03 +01:00
parent b1dd0dd0bb
commit 5284966d4a
5 changed files with 116 additions and 1 deletions

View File

@@ -36,6 +36,12 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>