From 0acd43d598236a0adb39d8d7f0011abce85c6290 Mon Sep 17 00:00:00 2001 From: Doehyun Baek Date: Sat, 20 Jun 2026 08:11:12 +0000 Subject: [PATCH] Update web starter documentation Signed-off-by: Doehyun Baek See gh-50842 --- .../src/docs/antora/modules/reference/pages/web/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/index.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/index.adoc index 4e0dc5592c0..552c321215a 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/index.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/index.adoc @@ -3,7 +3,7 @@ Spring Boot is well suited for web application development. You can create a self-contained HTTP server by using embedded Tomcat, Jetty, or Netty. -Most web applications use the `spring-boot-starter-web` module to get up and running quickly. +Most web applications use the `spring-boot-starter-webmvc` module to get up and running quickly. You can also choose to build reactive web applications by using the `spring-boot-starter-webflux` module. If you have not yet developed a Spring Boot web application, you can follow the "`Hello World!`" example in the xref:tutorial:first-application/index.adoc[Getting started] section.