Correction validation all formulaire

This commit is contained in:
jleroy
2024-04-25 12:48:30 +02:00
parent c536001a04
commit bd32e620f7
5 changed files with 99 additions and 16 deletions

View File

@@ -27,6 +27,10 @@ dependencies {
//Securité
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
//Vérification de formulaire
implementation 'commons-validator:commons-validator:1.7'
implementation 'com.googlecode.libphonenumber:libphonenumber:5.5'
//test
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}