Environment Spring boot 3.0.12 Spring framework 6 Java 17 JUnit 5 Dependencies implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.modelmapper:modelmapper:3.2.0' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' tes..