March 2024
Intermediate to advanced
517 pages
9h 13m
English
Spring Boot will automatically configure a web application when it finds classes on the classpath. It will also start an embedded server (by default it will launch an embedded Tomcat instance).
You want to use Spring Boot to power a Spring MVC application.
Spring Boot will auto-configure the components needed for Spring MVC. Spring Boot needs to detect the Spring MVC classes on its classpath. For this you need to add spring-boot-starter-web as a dependency.
Read now
Unlock full access