Added better error messages, and tested json API
This commit is contained in:
@@ -40,12 +40,16 @@ dependencies {
|
||||
implementation 'org.flywaydb:flyway-database-postgresql:11.3.2'
|
||||
implementation 'org.springframework.session:spring-session-jdbc'
|
||||
implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
|
||||
runtimeOnly 'org.webjars:jquery:1.9.1'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-docker-compose'
|
||||
runtimeOnly 'org.postgresql:postgresql'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
||||
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-hibernate5:2.18.2'
|
||||
|
||||
//Lombok
|
||||
compileOnly 'org.projectlombok:lombok:1.18.36'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.36'
|
||||
|
||||
Reference in New Issue
Block a user