Commit Graph

12 Commits

Author SHA1 Message Date
Wendal Chen
51db964caf release: v2.2.1 2018-06-15 12:33:18 +08:00
Howe Chiang
8f1b51897b 切换到2.3-SNAPSHOT 2018-06-11 22:00:17 +08:00
Wendal Chen
1973b6c1a6 fix issue #60 and https://gitee.com/nutz/nutzboot/issues/IH5I1 2018-05-08 12:40:52 +08:00
Wendal Chen
75223a7efc fix issue #36 Web服务类应共享一个超类
添加超类AbstractServletContainerStarter,统一获取几个核心参数
- port
- host
- contextPath
- staticPath
- web.session.timeout 会话超时

添加NbServletContextListener
- 统一使用Servlet API 3的方法添加Servlet和Filter映射
- 代理ServletContextListener

Signed-off-by: Wendal Chen <wendal1985@gmail.com>
2018-05-06 16:29:27 +08:00
Wendal Chen
874b666edd update: 使用nutzboot-maven-plugin替换老的shade plugin写法 2018-04-30 10:13:35 +08:00
Wendal Chen
72bc9afb23 update: 发布2.1.0后,继续前行, 版本号设置到2.2-SNAPSHOT 2018-01-10 14:47:50 +08:00
Wendal Chen
1fe4baae69 release: v2.1.0 2018-01-10 14:36:14 +08:00
Wendal Chen
d36620ddcf change: 为caffeine方法缓存的配置信息添加前缀caffeine
顺便把pom.xml清理一遍
2017-12-30 19:45:18 +08:00
Wendal Chen
e66a8d5151 move: 向v2.1前进 2017-12-24 22:25:11 +08:00
Wendal Chen
fd4d107953 update: U家三剑客的版本号升级一下 2017-12-20 22:43:27 +08:00
Wendal Chen
cf47ed3880 update: 改进starter-tomcat的代码
remove: 移除springboot相关代码及类
remove: 移除jsp支持
fix: 为Filter添加FilterMap
2017-12-11 22:53:42 +08:00
benjobs
3c74976d93 tomcat support! 2017-12-04 17:09:04 +08:00