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

spring-boot-starter-undertow

JSON →
library3.5.14javamavenunverified

Starter for using Undertow as the embedded web server in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-undertow</artifactId> <version>3.5.14</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-undertow
web-frameworkjavav3.5.14
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.

Undertow
io.undertow.Undertow

Start an Undertow server programmatically.

import io.undertow.Undertow; import io.undertow.server.HttpHandler; import io.undertow.server.handlers.PathHandler; Undertow server = Undertow.builder() .addHttpListener(8080, "localhost") .setHandler(new PathHandler()) .build(); server.start();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Resources
spring-boot-starter-undertow — mvn dependency:get spring-boot-starter-undertow · libregistry