Add validator
This commit is contained in:
parent
30713ca8d5
commit
640d1313f9
4 changed files with 51 additions and 7 deletions
|
@ -23,6 +23,7 @@ dependencies {
|
|||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||
implementation("org.xerial:sqlite-jdbc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue