Spring Boot Starter Dependencies
- org.springframework.boot:spring-boot-starter-web - Starter for building web, including RESTful, applications using Spring.
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web - org.springframework.boot:spring-boot-starter-test - Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test
Other Dependencies
- org.projectlombok:lombok - Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more
https://mvnrepository.com/artifact/org.projectlombok/lombok - org.mapstruct:mapstruct An annotation processor for generating type-safe bean mappers https://mvnrepository.com/artifact/org.mapstruct/mapstruct