網路
Spring Boot 非常適合網路應用程式開發。您可以使用嵌入式的 Tomcat、Jetty、Undertow 或 Netty 建立獨立的 HTTP 伺服器。大多數網路應用程式使用 spring-boot-starter-web
模組來快速啟動並運行。您也可以選擇使用 spring-boot-starter-webflux
模組來建置反應式網路應用程式。
如果您尚未開發 Spring Boot 網路應用程式,您可以按照入門章節中的「Hello World!」範例進行操作。
Spring Boot 非常適合網路應用程式開發。您可以使用嵌入式的 Tomcat、Jetty、Undertow 或 Netty 建立獨立的 HTTP 伺服器。大多數網路應用程式使用 spring-boot-starter-web
模組來快速啟動並運行。您也可以選擇使用 spring-boot-starter-webflux
模組來建置反應式網路應用程式。
如果您尚未開發 Spring Boot 網路應用程式,您可以按照入門章節中的「Hello World!」範例進行操作。