Wendal Chen
|
46934afa80
|
revert: 回滚dubbo版本号
|
2018-02-27 11:59:47 +08:00 |
|
Howe Chiang
|
5a780d2243
|
升级库版本
|
2018-02-27 09:46:44 +08:00 |
|
Wendal Chen
|
6cb4816e67
|
add: 添加web3j的集成及demo
|
2018-02-25 00:10:28 +08:00 |
|
Howe Chiang
|
105f174d2b
|
更新了好多jar,保佑不冲突,哈哈哈
|
2018-02-23 19:54:43 +08:00 |
|
Howe Chiang
|
6741a55bdf
|
更新dubbo cxf beetlsql undertow版本
|
2018-02-16 20:59:35 +08:00 |
|
Howe Chiang
|
39dc9e4a64
|
更新spring版本 nutzwx版本 beetlsql版本 Tomcat版本
|
2018-02-14 09:55:45 +08:00 |
|
Howe Chiang
|
b4e8073ce3
|
更新tomcat版本(8.5.27)druid版本(1.1.8)
|
2018-02-11 19:55:44 +08:00 |
|
Wendal Chen
|
32ed94ac0f
|
update: 更新HikariCP版本号
update: 更新BeetlSql版本号
|
2018-02-08 12:02:57 +08:00 |
|
Wendal Chen
|
386a23b155
|
add: 添加tio-mvc的相关支持
|
2018-02-06 12:29:11 +08:00 |
|
TopCoderMyDream
|
fc6959e23b
|
add: 加入nutzboot-starter-freemarker
|
2018-02-04 15:22:06 +08:00 |
|
Wendal Chen
|
3ba50fb161
|
Merge branch 'v2.1.1-dev' into dev
|
2018-02-03 20:50:27 +08:00 |
|
Howe Chiang
|
15d5d41273
|
升级1.r.66-SNAPSHOT快照版
|
2018-01-29 18:35:03 +08:00 |
|
TopCoderMyDream
|
3cd01690b4
|
update:修改J2Chache从application.properties文件读配置,修改一下demo演示,上次有写错
|
2018-01-28 10:07:35 +08:00 |
|
Wendal Chen
|
4fee84eee3
|
release: v2.1.1
|
2018-01-26 14:24:04 +08:00 |
|
TopCoderMyDream
|
ffa23b9180
|
change:修改一下依赖引用,加到dependencyManagement里
|
2018-01-20 15:51:40 +08:00 |
|
Wendal Chen
|
f893c0cef7
|
add: starter-config-client NB配置中心客户端
|
2018-01-18 12:45:23 +08:00 |
|
Wendal Chen
|
b2df7deba5
|
add: 添加apollo配置中心的对接
|
2018-01-14 21:08:05 +08:00 |
|
Wendal Chen
|
ee3342af03
|
update: 既然是快照版,那就继续用nutz 1.r.65-SNAPSHOT
|
2018-01-12 15:46:31 +08:00 |
|
Wendal Chen
|
f4feda5f43
|
change: 把蛋蛋的starter-tio格式化一下,微调一下, demo的命令规范一下
|
2018-01-12 14:17:20 +08:00 |
|
Wendal Chen
|
7a609bae17
|
update: 更新依赖版本, HikariCP 2.7.5
|
2018-01-11 13:49:29 +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
|
8a929759d9
|
update: 更新nutzwx版本号
|
2018-01-09 19:25:41 +08:00 |
|
Wendal Chen
|
a365c6095d
|
add: 把nutzmore的activiti封装一下,完成starter-activiti
change: nutzboot-demo-cloud 应该用mysql数据库,h2的内存数据库在多service的情况下结果不对的
|
2018-01-09 15:41:12 +08:00 |
|
Wendal Chen
|
7a9962098e
|
add: 添加starter-rabbitmq,其实就是把nutz-integration-rabbitmq包装一下,以后再扩展吧
|
2018-01-09 10:51:28 +08:00 |
|
Wendal Chen
|
ca4e7e1937
|
update: 跟进beetl/ureport/uflo/urule的版本号
|
2018-01-08 11:31:40 +08:00 |
|
Wendal Chen
|
ce37ed473e
|
add: nutzcloud的关键路径eureka/ribbon/feign/hystrix
|
2018-01-05 14:20:16 +08:00 |
|
Wendal Chen
|
cc6871f82f
|
add: 添加hystrix-dashboard,并完善hystrix的demo
|
2018-01-04 10:39:15 +08:00 |
|
Wendal Chen
|
2349ecb6b9
|
change: 重构项目结构,分拆为core/starter/contrib/demo
1. core是核心包,代码严谨性最高,审核最严格
2. starter是各种关键的启动器, 要求比core低一些
3. contrib属于贡献包,通常是starter项目,方便大家提交
4. demo存放各种示例,一般来说,每个启动器对应一个或多个demo
5. doc存放文档
|
2018-01-03 12:56:54 +08:00 |
|
Wendal Chen
|
85041b2fea
|
add: nutzboot-starter-hystrix 支持@HystrixCommand和/hystrix.stream
|
2018-01-01 22:42:45 +08:00 |
|
Wendal Chen
|
bc716bf7cc
|
change: 重写feign的demo,并修改默认encoder/decoder为空
change: 移除jackson的强制依赖
add: feign添加nutzjson的encoder/decoder实现
add: feign的encoder/decoder支持gson/jaxb/jaxrs
add: feign客户端支持/okhttp/httpclient/ribbon
|
2017-12-31 00:11:29 +08:00 |
|
Wendal Chen
|
d36620ddcf
|
change: 为caffeine方法缓存的配置信息添加前缀caffeine
顺便把pom.xml清理一遍
|
2017-12-30 19:45:18 +08:00 |
|
happyday517
|
ebdf3d2efc
|
add:nutzboot-starter-caffeine
|
2017-12-30 13:01:53 +08:00 |
|
Wendal Chen
|
b91a03056a
|
update: 更新demo-maker
|
2017-12-29 12:04:22 +08:00 |
|
Wendal Chen
|
4431d166cd
|
update: 把starter的版本号也放入dependencyManagement
|
2017-12-29 11:16:24 +08:00 |
|
JackQ
|
3739c8340a
|
add:feign初步代码
|
2017-12-25 18:01:33 +08:00 |
|
Wendal Chen
|
e66a8d5151
|
move: 向v2.1前进
|
2017-12-24 22:25:11 +08:00 |
|
Wendal Chen
|
330c3d545b
|
add: CXF webservice服务
|
2017-12-22 10:30:01 +08:00 |
|
Wendal Chen
|
53d7131629
|
Merge branch 'dev' into add_cxf_webservice
# Conflicts:
# nutzboot-starter-nutz-mvc/src/main/java/org/nutz/boot/starter/nutz/mvc/NutFilterStarter.java
# pom.xml
|
2017-12-22 10:05:45 +08:00 |
|
Wendal Chen
|
f127a429fd
|
remove: pom.xml移除nutzboot-starter-nutz
|
2017-12-21 11:32:29 +08:00 |
|
Wendal Chen
|
fd4d107953
|
update: U家三剑客的版本号升级一下
|
2017-12-20 22:43:27 +08:00 |
|
Wendal Chen
|
bf9729341c
|
移除尚未实现的那些starter引用
|
2017-12-20 17:25:36 +08:00 |
|
Wendal Chen
|
18063c0988
|
change: nutzmongo已改名为nutz-plugins-mongodb
|
2017-12-20 17:21:00 +08:00 |
|
Wendal Chen
|
17761c61fb
|
fix: 用mvn version命令的时候发现parent.xml的小bug
|
2017-12-20 15:51:24 +08:00 |
|
JackQ
|
3f92bfa706
|
集成velocity
|
2017-12-19 14:21:24 +08:00 |
|
Wendal Chen
|
e18b9c7ef3
|
change: 更新undertow版本号
|
2017-12-19 13:37:06 +08:00 |
|
JackQ
|
b783133b5f
|
NB集成velocity
|
2017-12-19 11:59:35 +08:00 |
|
Wendal Chen
|
ad0f7080dc
|
update: 清理pom,顺便升级一下各依赖库的版本号
|
2017-12-17 18:54:49 +08:00 |
|
tiankong
|
391251de49
|
pom.xml format
|
2017-12-16 19:19:43 +08:00 |
|
tiankong
|
b51783463c
|
添加zkclient-starter
|
2017-12-16 17:36:35 +08:00 |
|
Wendal Chen
|
265cec9c7c
|
update: 更新ChangeLog
|
2017-12-14 13:53:44 +08:00 |
|
Wendal Chen
|
cf47ed3880
|
update: 改进starter-tomcat的代码
remove: 移除springboot相关代码及类
remove: 移除jsp支持
fix: 为Filter添加FilterMap
|
2017-12-11 22:53:42 +08:00 |
|
Wendal Chen
|
d3f58ee37a
|
Merge branch 'dev' into dev
|
2017-12-11 22:00:34 +08:00 |
|
benjobs
|
2ab904d1a3
|
tomcat support!
|
2017-12-11 21:19:33 +08:00 |
|
Wendal Chen
|
8a233da84d
|
fix: parent的pom.xml漏了ureport
|
2017-12-10 23:29:23 +08:00 |
|
Wendal Chen
|
1a8c96e9c4
|
add: ureport的启动器
|
2017-12-10 23:03:47 +08:00 |
|
Wendal Chen
|
be08a92fb6
|
add: 添加starter-urule
change: nutzboot-spring-context.xml里面的bean应该全部懒加载
|
2017-12-09 21:22:14 +08:00 |
|
Wendal Chen
|
b511ebbf5e
|
add: 加个能跑的starter-uflo及demo
|
2017-12-07 22:28:40 +08:00 |
|
Wendal Chen
|
d83b4c9e19
|
Merge branch 'dev' of github.com:nutzam/nutzboot into add_sharding-jdbc
# Conflicts:
# pom.xml
|
2017-12-06 18:08:19 +08:00 |
|
Wendal Chen
|
2b08c6076c
|
add: 添加sharding-jdbc及其demo
|
2017-12-06 18:06:48 +08:00 |
|
ywjno
|
e5158f8de9
|
add: 添加 starter-thymeleaf
|
2017-12-06 17:33:11 +08:00 |
|
Wendal Chen
|
622beda6ba
|
add: starter-beetlsql 及其demo
|
2017-12-05 14:49:50 +08:00 |
|
benjobs
|
3c74976d93
|
tomcat support!
|
2017-12-04 17:09:04 +08:00 |
|
Wendal Chen
|
859b6621de
|
update: NbApp自动推断MainClass
update: jetty换最新版9.4.8.v20171121
|
2017-12-02 22:43:44 +08:00 |
|
Wendal Chen
|
785abec206
|
add: starter-cxf,但当前只有服务端
|
2017-11-30 16:29:26 +08:00 |
|
Wendal Chen
|
48ada6ec53
|
update: 整理pom里面的版本号,统一放到根pom.xml管理
|
2017-11-29 20:47:39 +08:00 |
|
Wendal Chen
|
ee50197b39
|
fix: nutzboot-starter-jetx未添加到顶层的pom.xml
|
2017-11-23 21:36:34 +08:00 |
|
Wendal Chen
|
e147daa8aa
|
change: demo移动profile,需要手动开启才编译
|
2017-11-23 16:10:36 +08:00 |
|
Wendal Chen
|
42187fa158
|
add: 添加starter-beetl,并添加对应的demo
change: 把nutzboot-demo-simple统统放到一个文件夹内
|
2017-11-23 14:42:14 +08:00 |
|
Wendal Chen
|
e680ccc7ef
|
update: 补充发布到maven中央库所需要的pom.xml内容
|
2017-11-21 23:39:51 +08:00 |
|
Wendal Chen
|
61523bae91
|
change: nutzboot-starter-jedisque改名为nutzboot-starter-disque
|
2017-11-17 17:57:59 +08:00 |
|
Wendal Chen
|
225ceb34d3
|
fix: redis的目录名称没改好
|
2017-11-16 20:33:41 +08:00 |
|
Wendal Chen
|
48028d2d03
|
Merge pull request #9 from nutzam/master
从master分支获取修正
|
2017-11-15 14:03:29 +08:00 |
|
Howe Chiang
|
b68c1f084d
|
add: nutzboot-starter-jedisque
|
2017-11-15 12:59:55 +08:00 |
|
Wendal Chen
|
7e4afcd453
|
add: 应大鲨鱼的威逼利诱,添加wkcache
|
2017-11-15 11:17:16 +08:00 |
|
Wendal Chen
|
cefc02304a
|
change: 每个starter应该独占一个package
add: 新增jedis,quartz的starter
add: redis的demo
|
2017-11-14 14:30:07 +08:00 |
|
wendal chen
|
47679bba11
|
fix: 根pom错误,导致CI失败
|
2017-11-10 15:14:56 +08:00 |
|
wendal chen
|
dae6523c31
|
add: weixin和swagger的简单版
add: Jetty支持WebServletFace
|
2017-11-09 13:42:43 +08:00 |
|
蛋蛋
|
70d6ff3b97
|
解决冲突...添加nutz boot启动logo
|
2017-11-07 17:01:50 +08:00 |
|
wendal chen
|
8f94fb9d34
|
change: 将starter-nutz-dao拆分为nutz-dao和jdbc两个starter
add: 新增starter-nutz,用于一次性导入nutz-mvc,nutz-dao,jdbc
add: maker的页面写好了,虽然很丑
|
2017-11-07 13:11:50 +08:00 |
|
wendal chen
|
3d57df217e
|
add: 触发CI构建
|
2017-11-06 10:19:38 +08:00 |
|
wendal chen
|
0a5310cc1b
|
add: NbApp默认加载tx和async两个核心aop组件
|
2017-11-04 22:44:35 +08:00 |
|
wendal chen
|
fa287f8b3a
|
add: 恩,jetty+nutz.mvc的starter跑起来了
|
2017-11-04 22:33:25 +08:00 |
|
wendal chen
|
b1406a9ecf
|
add: 说出来你可能不信,这段代码是键盘自己敲的
把基础设施架设好,例如CI
|
2017-10-30 10:47:56 +08:00 |
|