add spring boot validation

This commit is contained in:
2025-02-07 15:05:32 +01:00
parent bd46362347
commit 3ed391ad78

View File

@@ -40,6 +40,7 @@ springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-
springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" } springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" }
springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" } springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" }
springboot-starter-thymeleaf = { group = "org.springframework.boot", name = "spring-boot-starter-thymeleaf" } springboot-starter-thymeleaf = { group = "org.springframework.boot", name = "spring-boot-starter-thymeleaf" }
springboot-starter-validation = { group = "org.springframework.boot", name = "spring-boot-starter-validation" }
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" } springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6" } thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6" }