From 1415cdc4b84b8259f445bbe08b2a912af3a11d2c Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Wed, 6 Mar 2024 14:34:11 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20spring-boot-starter-security=20aux=20d?= =?UTF-8?q?=C3=A9pendances,=20=C3=A0=20voir=20plus=20tard=20si=20vraiment?= =?UTF-8?q?=20utile,=20permet=20d'utiliser=20BCrypt=20pour=20les=20mots=20?= =?UTF-8?q?de=20passes=20(utilis=C3=A9=20dans=20UtilisateurService)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpringBootProject/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SpringBootProject/pom.xml b/SpringBootProject/pom.xml index 8045cf4..f39b02a 100644 --- a/SpringBootProject/pom.xml +++ b/SpringBootProject/pom.xml @@ -50,6 +50,10 @@ org.springframework.boot spring-boot-starter-hateoas + + org.springframework.boot + spring-boot-starter-security + org.modelmapper modelmapper