To include Spring MVC in a Spring Boot project, the _____ starter dependency should be added.

  • spring-boot-mvc-starter
  • spring-boot-web-starter
  • spring-mvc-starter
  • spring-web-starter
To include Spring MVC in a Spring Boot project, the spring-boot-starter-web dependency should be added. This starter includes the necessary libraries and configurations to set up Spring MVC in a Spring Boot application. It simplifies the integration of Spring MVC and provides a solid foundation for building web applications using Spring Boot.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *