Add support for using Undertow as an embedded container

See gh-1779
This commit is contained in:
sopov.ivan
2014-11-14 11:20:14 +03:00
committed by Andy Wilkinson
parent 21115f29cf
commit c501b889af
27 changed files with 1215 additions and 7 deletions

View File

@@ -59,6 +59,8 @@
<module>spring-boot-sample-tomcat-multi-connectors</module>
<module>spring-boot-sample-tomcat7-jsp</module>
<module>spring-boot-sample-traditional</module>
<module>spring-boot-sample-undertow</module>
<module>spring-boot-sample-undertow-ssl</module>
<module>spring-boot-sample-velocity</module>
<module>spring-boot-sample-web-freemarker</module>
<module>spring-boot-sample-web-groovy-templates</module>