Wendal Chen
|
963d401d6e
|
release: v2.1.8
|
2018-05-15 14:14:16 +08:00 |
|
Wendal Chen
|
d43ac9f5b5
|
update: 准备发2.1.8咯,写好changelog了
|
2018-05-15 14:11:26 +08:00 |
|
Wendal Chen
|
ce26359619
|
add: tomcat支持设置线程池大小
|
2018-05-15 13:50:05 +08:00 |
|
Wendal Chen
|
3ccfffdfc0
|
fix: nutzwx的版本没更新好
|
2018-05-14 14:53:28 +08:00 |
|
Wendal Chen
|
6fbd233189
|
change: nutzboot-demo-maker独立成nutzboot-project-maker库
地址: https://gitee.com/nutz/nutzboot-project-maker)
|
2018-05-11 14:25:42 +08:00 |
|
Wendal Chen
|
77c91ed3a0
|
remove: 多余的日志
|
2018-05-10 22:06:44 +08:00 |
|
Wendal Chen
|
a5f59a006e
|
fix: starter-tio有编译错误
|
2018-05-10 22:04:49 +08:00 |
|
Wendal Chen
|
ede0803d90
|
fix: 更新tio版本号后,demo里面的实现类编译不过
|
2018-05-10 21:49:14 +08:00 |
|
Wizzercn
|
39e8f664ee
|
update: 更新t-io版本--> 2.4.0.v20180508-RELEASE
|
2018-05-10 21:22:27 +08:00 |
|
Wendal Chen
|
9f88d1af6c
|
add: 配置信息总表
|
2018-05-10 16:22:49 +08:00 |
|
Wendal Chen
|
241973a66a
|
update: jetty.port等端口统统支持随机设置,设置为0即可
|
2018-05-09 11:25:31 +08:00 |
|
Wendal Chen
|
406c6959e3
|
revert: repository和pluginRepositories应该总是加上
|
2018-05-08 23:45:28 +08:00 |
|
Wendal Chen
|
073489b527
|
fix: tomcat启动失败应该能退出
|
2018-05-08 20:34:30 +08:00 |
|
Wendal Chen
|
fd44485fce
|
Merge pull request #136 from TopCoderMyDream/dev
add:允许自定义ErrorHandler
|
2018-05-08 05:13:02 -07:00 |
|
1719411461@qq.com
|
e4b624b50f
|
change: 再改一下
|
2018-05-08 20:02:47 +08:00 |
|
1719411461@qq.com
|
975c1916ce
|
change: 这里忘改了
|
2018-05-08 19:52:45 +08:00 |
|
1719411461@qq.com
|
5b060c3636
|
change: 修改一下代码
|
2018-05-08 19:47:04 +08:00 |
|
1719411461@qq.com
|
803b4fcbd1
|
add:允许自定义ErrorHandler
|
2018-05-08 19:28:48 +08:00 |
|
ywjno
|
19bc9a5c95
|
update: maker 模板中选择使用了快照版的话才添加快照的仓库地址
|
2018-05-08 19:20:01 +08:00 |
|
Wendal Chen
|
1973b6c1a6
|
fix issue #60 and https://gitee.com/nutz/nutzboot/issues/IH5I1
|
2018-05-08 12:40:52 +08:00 |
|
Howe Chiang
|
30b86e2f54
|
更新jetty9.4.10.v20180503等...
jetty9.4.10.v20180503、beetl2.8.1、beetlsql2.10.21、tomcat8.5.31
|
2018-05-08 08:33:20 +08:00 |
|
Wendal Chen
|
c48f2eef43
|
change: maker模板也需要加pluginRepositories
|
2018-05-06 22:58:39 +08:00 |
|
Wendal Chen
|
991cdd9e0b
|
add: 添加maven plugin快照库地址
|
2018-05-06 22:37:44 +08:00 |
|
Wendal Chen
|
dff755d8a2
|
add: 使NbServletContextListener兼容war打包模式
|
2018-05-06 18:32:51 +08:00 |
|
Wendal Chen
|
a99f5694ea
|
change: demo-maker生成的pom.xml不带finalName比较好
|
2018-05-06 17:14:41 +08:00 |
|
Wendal Chen
|
4a7718c5c0
|
Merge pull request #134 from nutzam/issue_36
fix issue #36 Web服务类应共享一个超类
|
2018-05-06 01:51:10 -07:00 |
|
Wendal Chen
|
a2705d8d05
|
fix typo
|
2018-05-06 16:45:54 +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
|
2d6e5358d0
|
fix: jetty缺了staticPath设置
fix: 补充WhaleFilterStarter的@PropDoc
fix: 补充WeixinStarter的@PropDoc
fix: 补充JedisStarter的@PropDoc
|
2018-05-05 09:04:06 +08:00 |
|
Wendal Chen
|
8541a5fb2c
|
release: v2.1.7
|
2018-05-04 14:28:38 +08:00 |
|
Wendal Chen
|
e4338b43ee
|
Merge pull request #133 from nutzam/add_mqtt_client
add: starter-mqtt-client 及其demo
|
2018-05-02 17:30:25 -07:00 |
|
Wendal Chen
|
2ba5fc750e
|
add: starter-mqtt-client 及其demo
|
2018-05-02 21:21:46 +08:00 |
|
Wendal Chen
|
84af70e583
|
update: 是jetty.page.XXX支持任意状态码及任意异常类型
|
2018-05-02 09:50:36 +08:00 |
|
Wendal Chen
|
874b666edd
|
update: 使用nutzboot-maven-plugin替换老的shade plugin写法
|
2018-04-30 10:13:35 +08:00 |
|
ywjno
|
a7dfcfb1f8
|
update: 更新所依赖的 jetx、cxf、spring、undertow 的版本
|
2018-04-26 12:45:22 +08:00 |
|
ywjno
|
aac045b5dc
|
update: 在构筑中心添加三个项目;优化生成pom文件的处理
|
2018-04-26 12:32:32 +08:00 |
|
Howe Chiang
|
ca4053f0ef
|
更新beetl
|
2018-04-24 11:34:44 +08:00 |
|
Wendal Chen
|
c373c547a8
|
remove: 集成tio的时候不强制serverAioListene
|
2018-04-24 07:32:08 +08:00 |
|
Wendal Chen
|
c95e9288b7
|
remove: 移除eureka测试服务器的信息
|
2018-04-24 07:31:41 +08:00 |
|
王庆华
|
d31b60d81e
|
change:修改jetty热加载无效问题
|
2018-04-23 09:11:50 +08:00 |
|
王庆华
|
9751f199b1
|
add:给jetty添加可选的404页面配置
|
2018-04-21 12:39:15 +08:00 |
|
Wendal Chen
|
af14db45f1
|
update: 改一下ChangeLog的排版
|
2018-04-19 21:48:56 -07:00 |
|
Wendal Chen
|
e4ef6adbe2
|
release: v2.1.6
|
2018-04-19 21:47:42 -07:00 |
|
Wendal Chen
|
3a3379b71b
|
fix: 当ServerFace启动失败的时候,把它也stop掉才行
|
2018-04-18 09:31:47 -07:00 |
|
Wendal Chen
|
f3b1f44b7d
|
change: 仅对已经start的ServerFace执行stop
|
2018-04-18 08:51:04 -07:00 |
|
Wendal Chen
|
3704d335df
|
add: NbApp.listener改成listeners列表,并支持从ioc检索Listener实例
fix: 有几个事件触发的类型不对
|
2018-04-17 08:41:21 -07:00 |
|
王庆华
|
c0246fdc29
|
change:这里获取dubbo端口可能为几百或者几十,导致端口占用
|
2018-04-17 21:00:16 +08:00 |
|
ywjno
|
3e03d89a21
|
update: freemarker 更新至 2.3.28
|
2018-04-17 15:57:08 +08:00 |
|
Wendal Chen
|
a6122d5ae1
|
add: 添加CounterService
|
2018-04-16 19:46:39 -07:00 |
|
Wendal Chen
|
c12e632b22
|
update: dubbo支持随机端口
|
2018-04-13 10:08:47 -07:00 |
|