update: 更新Readme和ChangeLog, @qinerg 把undertow的starter完成了,赞!!!

This commit is contained in:
Wendal Chen 2017-11-30 16:38:16 +08:00
parent cfb8c4f2e9
commit ffd885fe44
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ TODO
* 事件: 第一个预备发行版本
* 曲目: [???](https://www.youtube.com/watch?v=wul6nubmJdU)
* 变更:
* add: 添加starter-undertow by @qinerg
* add: 添加starter-swagger及其demo
* add: 支持命令行配置参数及profile
* add: 支持打印配置文档

View File

@ -41,8 +41,8 @@ public class MainLauncher {
- [ ] 服务器类启动器
- [ ] web类启动器
- [x] [Jetty](https://www.eclipse.org/jetty/)
- [x] [Undertow](http://undertow.io/)
- [ ] [Tomcat](http://tomcat.apache.org/)
- [ ] [Undertow](http://undertow.io/)
- [ ] 非Web类启动器
- [ ] [netty](https://netty.io/)
- [ ] [mina](https://mina.apache.org/)