Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>4.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple REST controller with a GET endpoint.
Use spring-boot-starter-webmvc for new projects.
No dependency data recorded yet.