diff --git a/formation-deploiement-jee/tp.ad b/formation-deploiement-jee/tp.ad index 899aa55..8907b88 100644 --- a/formation-deploiement-jee/tp.ad +++ b/formation-deploiement-jee/tp.ad @@ -480,6 +480,8 @@ Une spécification existe, c'est JWT (Json Web Token). Nous allons utiliser JJWT, une bibliothèque open source pour la gestion de JWT : +Pour un projet utilisant Maven, vous pouvez simplement ajouter ce bout de XML dans le fichier `pom.xml` dans le noeud `dependencies` : + [source,xml] ---- diff --git a/formation-deploiement-jee/tp.html b/formation-deploiement-jee/tp.html index f04eed1..d85e578 100644 --- a/formation-deploiement-jee/tp.html +++ b/formation-deploiement-jee/tp.html @@ -1263,6 +1263,9 @@

Utilisation de JWT

Nous allons utiliser JJWT, une bibliothèque open source pour la gestion de JWT :

+
+

Pour un projet utilisant Maven, vous pouvez simplement ajouter ce bout de XML dans le fichier pom.xml dans le noeud dependencies :

+
<dependency>
@@ -1838,7 +1841,7 @@ 

Sous Windows