Registry / web-framework / spring-boot-starter-jetty

spring-boot-starter-jetty

JSON →
library4.0.6javamavenunverified

Spring Boot starter for using Jetty as the embedded servlet container in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jetty</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-jetty
web-frameworkjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JettyServletWebServerFactory
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory

Configures a Jetty servlet web server factory bean.

import org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class Example { @Bean public JettyServletWebServerFactory jettyFactory() { return new JettyServletWebServerFactory(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
spring-boot-starter-jetty — mvn dependency:get spring-boot-starter-jetty · libregistry