Added: Validation for all fields of requests.

Refactor: mappers struct.
This commit is contained in:
KamilM1205 2025-06-30 22:12:52 +04:00
parent d047c17700
commit beb275d7cb
18 changed files with 182 additions and 89 deletions

View file

@ -41,6 +41,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.flywaydb:flyway-core")
implementation("org.flywaydb:flyway-database-postgresql:11.10.0")
implementation("org.postgresql:postgresql")