Added: Validation for all fields of requests.
Refactor: mappers struct.
This commit is contained in:
parent
d047c17700
commit
beb275d7cb
18 changed files with 182 additions and 89 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue