Match starters

Report a typo

Match Spring Boot starters with their descriptions.

It's okay if some technologies sound unfamiliar. You'll learn about them in the upcoming topics step by step.

Understanding naming patterns will help you locate necessary dependencies faster on your Spring Boot programming journey.

Match the items from left and right columns
spring-boot-starter-web
spring-boot-starter-security
spring-boot-starter-test
spring-boot-starter-data-jpa
spring-boot-starter-data-mongodb
spring-boot-starter-freemarker
for testing applications
for building web applications using Spring MVC
for using MongoDB document-oriented databases and Spring Data MongoDB
for building MVC web applications using FreeMarker views
for using Spring Data JPA with Hibernate
for securing applications
___

Create a free account to access the full topic