Commit Graph

148 Commits

Author SHA1 Message Date
Howe Chiang
73678b0520 fix: 忘记加到pom里了 2018-09-20 12:44:45 +08:00
Howe Chiang
21bc9d20b8 add: 加个lettuce stater测试下 2018-09-20 12:31:45 +08:00
Wendal Chen
ebdbfa6309 update: 继续前行 2018-09-19 13:13:43 +08:00
Wendal Chen
e44d0d5b56 release: v2.2.6 2018-09-19 13:11:46 +08:00
Wendal Chen
30355275f2 add: 添加actuator基础代码 2018-09-17 09:47:16 +08:00
Howe Chiang
7db277cc1d
更新beetl 2.9.2 2018-09-12 09:24:30 +08:00
Wendal Chen
e538f88735 Merge branch 'dev' of github.com:nutzam/nutzboot into dev 2018-09-11 10:42:19 +08:00
黄道坤
b9c6db118b 更新POM.xml
添加start-email配置
2018-09-11 10:35:53 +08:00
Howe Chiang
e8b970100e
更新beetl、beetlSQL 2018-09-10 12:59:27 +08:00
Howe Chiang
babb437221
Update pom.xml 2018-09-02 20:33:06 +08:00
Howe Chiang
6d74116add
更新jetty9.4.12、tomcat8.5.33 2018-09-02 13:02:45 +08:00
Wendal Chen
cf0ab63d91 update: tio升级到3.1.8.v20180818-RELEASE,减少依赖项 2018-08-21 10:19:49 +08:00
Howe Chiang
3a65914038
更新beetl、beetlSql版本 2018-08-16 14:31:36 +08:00
黄川
6e23ef4b28 优化一下 2018-08-10 15:29:28 +08:00
黄川
1684041132 添加一个nutzbootstart 2018-08-10 11:56:08 +08:00
Wendal Chen
3d8d0b9fd1 update: 继续2.3-SNAPSHOT 2018-08-06 12:50:04 +08:00
Wendal Chen
1d4324e460 release: v2.2.4 BD7OEC 2018-08-06 12:48:28 +08:00
Wizzercn
abae3b6a07 update: t-io --> 3.1.3.v20180720-RELEASE 2018-07-20 09:53:59 +08:00
Wizzercn
fea1035400 update: t-io --> 3.1.2.v20180712-RELEASE 2018-07-14 13:50:49 +08:00
Wendal Chen
9f088ec1ca update: 继续2.3-SNAPSHOT 2018-07-03 14:12:00 +08:00
Wendal Chen
517b9c46cb release: v2.2.2 2018-07-03 14:10:17 +08:00
Howe Chiang
edc929d099
更新HikariCP、spring、beetlsql、beetl 2018-06-27 16:34:29 +08:00
Wizzercn
bc11db66f3 add: nutzboot-starter-elasticsearch & demo 2018-06-16 00:44:27 +08:00
Wendal Chen
8b78fb23a7 update: 继续2.3-SNAPSHOT 2018-06-15 12:54:40 +08:00
Wendal Chen
51db964caf release: v2.2.1 2018-06-15 12:33:18 +08:00
Howe Chiang
ccc90aae11
切换到2.3-SNAPSHOT 2018-06-11 21:24:23 +08:00
Howe Chiang
1f15c140c6
切换到2.3-SNAPSHOT 2018-06-11 21:21:41 +08:00
Howe Chiang
bde8c25815
更新jetty.9.4.11.v20180605 2018-06-11 09:14:42 +08:00
Wendal Chen
fdccfab350 revert: 大鲨鱼是对的,wendal是错的... 2018-06-09 16:25:07 +08:00
Wendal Chen
3cffe72734 add: 恢复asm的版本号限定 2018-06-09 15:49:29 +08:00
Wizzercn
e4673aca8c update: dubbo --> 2.6.2 2018-06-09 15:18:14 +08:00
Wizzercn
5e889bb5a8 update: t-io --> 3.0.1.v20180601-RELEASE & j2cache --> 2.3.21-release 2018-06-05 20:44:56 +08:00
Wendal Chen
20e020d582 change: 把nutzboot-core里面的spring代码分拆到nutzboot-spring4去,看着碍眼 2018-06-05 17:07:57 +08:00
Wendal Chen
c99677d55d Merge branch 'dev' of github.com:nutzam/nutzboot into dev
# Conflicts:
#	pom.xml
2018-05-30 13:11:47 +08:00
Wendal Chen
b2ed68c864 update: asm版本升级到6.1.1,并确保jetty也使用这个版本 2018-05-30 13:04:55 +08:00
Howe Chiang
3ea3b06664
更新druid1.1.10 2018-05-30 12:34:18 +08:00
Wendal Chen
3ccfffdfc0 fix: nutzwx的版本没更新好 2018-05-14 14:53:28 +08:00
Wizzercn
39e8f664ee update: 更新t-io版本--> 2.4.0.v20180508-RELEASE 2018-05-10 21:22:27 +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
991cdd9e0b add: 添加maven plugin快照库地址 2018-05-06 22:37:44 +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
2ba5fc750e add: starter-mqtt-client 及其demo 2018-05-02 21:21:46 +08:00
ywjno
a7dfcfb1f8 update: 更新所依赖的 jetx、cxf、spring、undertow 的版本 2018-04-26 12:45:22 +08:00
Howe Chiang
ca4053f0ef
更新beetl 2018-04-24 11:34:44 +08:00
ywjno
3e03d89a21 update: freemarker 更新至 2.3.28 2018-04-17 15:57:08 +08:00
Howe Chiang
b49b1267a2
更新HikariCP 3.1.0 2018-04-12 11:10:02 +08:00
Howe Chiang
0d66087dc6
更新tomcat 2018-04-10 08:56:51 +08:00
Howe Chiang
700f9c0d01
更新beetl beetlSql 2018-04-08 13:33:33 +08:00
Wendal Chen
fa6f163851 fix: jetty有个@PropDoc写错了 2018-03-30 11:33:44 +08:00
Wendal Chen
36712c6766 Merge branch 'dev' of github.com:nutzam/nutzboot into nutz-cloud-basic 2018-03-29 22:56:31 +08:00