Skip to content

doboccho/spring-boot-starter-undertow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a try to add Undertow servlet container option to the spring-boot along the Jetty and Tomcat servlet containers.

Undertow is the basis of the Wildfly Application Server which is the basis of the Jboss Application Server and is based on the XNIO lowlevel I/O library.

To use it add:

<dependency>
	<groupId>com.sopovs.moradanen.spring.boot.undertow</groupId>
	<artifactId>spring-boot-starter-undertow</artifactId>
	<version>${version}</version>
</dependency>

to the dependencies of your spring-boot project and

<repository>
	<id>isopov-dintray</id>
	<name>isopov Bintray</name>
	<url>http://dl.bintray.com/isopov/maven/</url>
</repository>

to the repositories section.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published