|=== | Name | Description | [[spring-boot-starter-jetty]]`spring-boot-starter-jetty` | Starter for using Jetty as the embedded servlet container. An alternative to xref:#spring-boot-starter-tomcat[`spring-boot-starter-tomcat`] | [[spring-boot-starter-log4j2]]`spring-boot-starter-log4j2` | Starter for using Log4j2 for logging. An alternative to xref:#spring-boot-starter-logging[`spring-boot-starter-logging`] | [[spring-boot-starter-logging]]`spring-boot-starter-logging` | Starter for logging using Logback. Default logging starter | [[spring-boot-starter-reactor-netty]]`spring-boot-starter-reactor-netty` | Starter for using Reactor Netty as the embedded reactive HTTP server. | [[spring-boot-starter-tomcat]]`spring-boot-starter-tomcat` | Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by xref:#spring-boot-starter-web[`spring-boot-starter-web`] | [[spring-boot-starter-undertow]]`spring-boot-starter-undertow` | Starter for using Undertow as the embedded servlet container. An alternative to xref:#spring-boot-starter-tomcat[`spring-boot-starter-tomcat`] |===