企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### Spring Boot technical starters | Name | Description | | --- | --- | | spring-boot-starter-jetty | Starter for using Jetty as the embedded servlet container. An alternative to[`spring-boot-starter-tomcat`](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#spring-boot-starter-tomcat) | | `spring-boot-starter-log4j2` | Starter for using Log4j2 for logging. An alternative to[`spring-boot-starter-logging`](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#spring-boot-starter-logging) | | `spring-boot-starter-logging` | Starter for logging using Logback. Default logging starter | | `spring-boot-starter-reactor-netty` | Starter for using Reactor Netty as the embedded reactive HTTP server. | | `spring-boot-starter-tomcat` | Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by[`spring-boot-starter-web`](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#spring-boot-starter-web) | | `spring-boot-starter-undertow` | Starter for using Undertow as the embedded servlet container. An alternative to[`spring-boot-starter-tomcat`](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#spring-boot-starter-tomcat) |