内容简介:NutzBoot v2.2.0 "荷塘月色" 发布了,此版本完善了 serlvet 容器(jetty/undertow/tomcat)对 web.xml 的替代性配置。 时间: 2018-06-11 曲目: 荷塘月色 兼容性: 与2.0.x/2.1.x完全兼容 变更: add: tomcat也需要...
NutzBoot v2.2.0 "荷塘月色" 发布了,此版本完善了 serlvet 容器(jetty/undertow/tomcat)对 web.xml 的替代性配置。
时间: 2018-06-11
曲目: 荷塘月色
兼容性: 与2.0.x/2.1.x完全兼容
变更:
add: tomcat也需要支持404和500页面等页面 https://gitee.com/nutz/nutzboot/issues/IKC3Bby mm
add: undertow也需要支持404和500页面等页面
add: 为jetty/undertow/tomcat添加welcome file配置
add: 支持获取undertow底层实例
add: WebServletFace添加getPathSpecs方法,可映射多个路径
add: WebServletFace和WebFilterFace添加setServletContext方法
add: 集成pageoffice的demo
change: 将spring支持单独为nutzboot-spring
update: dubbo更新到2.6.2 by 大鲨鱼
update: jetty更新到9.4.11.v20180605 by howe
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 只有完美代码不够的,如何做一个完美的Pull Request?
- 单例模式 - 只有一个实例
- 愿只有一个Grid Layout
- 开发者,只有被裁,没有退休
- 为何说只有 1 种实现线程的方法?
- mysql REPLACE INTO只有一些字段
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!