variante V1 et V2 Neo4J
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
Vos recommandations
|
||||
</h1>
|
||||
<ul>
|
||||
<c:forEach items="${recommendations}" var="recommendation">
|
||||
<li>
|
||||
${recommendation.getMovie().title}
|
||||
</li>
|
||||
</c:forEach>
|
||||
<c:forEach items="${recommendations}" var="recommendation">
|
||||
<li>${recommendation.movie.title} - ${recommendation.score} / 5</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user