Web

Spring Boot 非常适合 Web 应用程序开发。 您可以使用嵌入式 Tomcat、Jetty、Undertow 或 Netty 创建自包含的 HTTP 服务器。 大多数 Web 应用程序都使用该模块来快速启动和运行。 您还可以选择使用该模块构建反应式 Web 应用程序。spring-boot-starter-webspring-boot-starter-webfluxspring-doc.cn

如果您还没有开发 Spring Boot Web 应用程序,您可以按照 Getting started 部分中的 “Hello World!” 示例进行操作。spring-doc.cn