Skip to content

spring-boot-starter-web

  • Build web, including RESTful, applications using Spring MVC. Uses Apache Tomcat as the default embedded container.
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-web</artifactId>
</dependency>
  • Includes:
  • spring-web
  • spring-webmvc
  • spring-boot-starter
  • spring-boot-starter-tomcat
  • spring-boot-starter-json