Web
Spring Boot 非常適合 Web 應用開發。您可以使用嵌入式 Tomcat、Jetty、Undertow 或 Netty 建立獨立的 HTTP 伺服器。大多數 Web 應用都使用 spring-boot-starter-web
模組來快速啟動和執行。您也可以選擇使用 spring-boot-starter-webflux
模組構建響應式 Web 應用。
如果您還沒有開發過 Spring Boot Web 應用,您可以遵循入門指南章節中的“Hello World!”示例。