Commit Graph

328 Commits

Author SHA1 Message Date
Wendal Chen
561f758903 update: 更新README,把swagger的描述加上 2018-01-09 20:51:33 +08:00
Wendal Chen
8a929759d9 update: 更新nutzwx版本号 2018-01-09 19:25:41 +08:00
Wendal Chen
1d48a17123
Merge pull request #96 from nutzam/add_activiti
add: 把nutzmore的activiti封装一下,完成starter-activiti
2018-01-09 17:08:59 +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
a8b802ccc5
Merge pull request #95 from nutzam/add_rabbitmq
add: 添加starter-rabbitmq,其实就是把nutz-integration-rabbitmq包装一下,以后再扩展吧
2018-01-09 11:57:11 +08:00
Wendal Chen
40e596c533 update: 把rabbitmq添加到README和ChangeLog 2018-01-09 11:31:13 +08:00
Wendal Chen
09cdda3aab fix: 没有把对应的demo加入到nutzboot-demo-simple的pom.xml 2018-01-09 11:16:36 +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
da0aced016 change: 更新README和ChangeLog 2018-01-07 20:54:41 +08:00
Wendal Chen
fb1621aae1 fix: feign-ribbon不能是provided了,嗷嗷嗷 2018-01-07 20:12:07 +08:00
Wendal Chen
f063db3872 fix: LBClient属于可选依赖,所以需要改一下FeignStarter的返回值 2018-01-07 09:58:34 +08:00
Wendal Chen
8ee47eb9be fix: 为啥eureka-client在eclipse不缺jar,maven上就缺呢... 2018-01-06 23:17:01 +08:00
Wendal Chen
7bbf2751f4 change: 把jetty.host/undertow.host/tomcat.host统一为server.host 2018-01-06 22:31:05 +08:00
Wendal Chen
419a935687 change: 作为一个负责任的项目,应该提示用户修改pom.xml, 这个锅, wendal背就行.
在获取服务端口的地方,若抛出NoSuchMethodError,提示用户修改pom并继续运行!
2018-01-06 17:51:43 +08:00
Wendal Chen
7cf95b5cc0 update: 更新README,移除部分待实现的模块记录 2018-01-05 22:23:02 +08:00
Wendal Chen
4562caaa66
Merge pull request #92 from nutzam/add_server_port_random
change: 使用统一的server.port替代原本的jetty.port/tomcat.port/undertow.port
2018-01-05 19:59:37 +08:00
Wendal Chen
480c991235 change: 使用统一的server.port替代原本的jetty.port/tomcat.port/undertow.port
add: server.port=0的时候使用随机端口(8000~8999)
remove: temp目录里面的垃圾文件
2018-01-05 18:15:24 +08:00
Wendal Chen
cc11f6e78d
Merge pull request #91 from nutzam/add_nutzcloud_corepath
add: nutzcloud的关键路径eureka/ribbon/feign/hystrix
2018-01-05 17:03:13 +08:00
Wendal Chen
4f54aeabdd fix: eureka-client编译错误 2018-01-05 16:16:18 +08:00
Wendal Chen
0864ef7a86 update: feign-ribbon支持自定义负载均衡的规则 2018-01-05 15:48:15 +08:00
Wendal Chen
ce37ed473e add: nutzcloud的关键路径eureka/ribbon/feign/hystrix 2018-01-05 14:20:16 +08:00
Wendal Chen
3a332cbda7 update: 添加hystrix-dashboard 2018-01-04 16:42:27 +08:00
Wendal Chen
ec88f58776 fix: 与Nutz.MVC的兼容性问题 2018-01-04 16:41:24 +08:00
Wendal Chen
9de511d3ab
Merge pull request #90 from nutzam/add_hystrix_dashboard
add: 添加hystrix-dashboard,并完善hystrix的demo
2018-01-04 13:38:56 +08:00
Wendal Chen
df409642b2 fix: nutzboot-contrib的pom.xml应该引用hystrix-dashboard作为module 2018-01-04 10:50:40 +08:00
Wendal Chen
cc6871f82f add: 添加hystrix-dashboard,并完善hystrix的demo 2018-01-04 10:39:15 +08:00
Wendal Chen
b37dacede2 remove: swagger-ui的校验红叉好烦,关掉 2018-01-03 22:42:16 +08:00
Wendal Chen
1ea415b244
Merge pull request #87 from nutzam/add_shiro_ini_urls
add: 让shiro支持urls过滤
2018-01-03 22:41:08 +08:00
Wendal Chen
aa70cc1d8a add: 让shiro支持urls过滤
update: 顺便把shiro的demo搞通畅
fix: shiro的@PropDoc没生效
add: 设置登录地址/登出后的重定向地址/未授权时的跳转地址
2018-01-03 22:23:21 +08:00
Wendal Chen
295298c966 update: 由于项目依赖关系变更,所以demo-maker需要移除老版本的生成 2018-01-03 20:27:31 +08:00
Wendal Chen
cfb4c95fab update: 更新README和ChangeLog 2018-01-03 15:16:16 +08:00
Wendal Chen
f4e74f2b58
Merge pull request #86 from nutzam/refactor_project_structure
change: 重构项目结构,分拆为core/starter/contrib/demo
2018-01-03 14:17:21 +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
84deccd420 update: 更新README,添加hystrix 2018-01-02 13:19:40 +08:00
Wendal Chen
bb94065734
Merge pull request #85 from nutzam/add_hystrix
add: nutzboot-starter-hystrix 支持@HystrixCommand和/hystrix.stream
2018-01-02 10:24:44 +08:00
Wendal Chen
b7b604a8d3 change: feign默认添加feign-hystrix 2018-01-02 09:52:40 +08:00
Wendal Chen
85041b2fea add: nutzboot-starter-hystrix 支持@HystrixCommand和/hystrix.stream 2018-01-01 22:42:45 +08:00
Wendal Chen
9319a15f6a update: 让feign支持hystrix 2017-12-31 22:47:53 +08:00
happyday517
e98cec34e1 fix:前缀改后,配置判断出错 2017-12-31 22:26:34 +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
833f49ad1d change: 更改曲目为"刚好遇见你" 2017-12-29 22:29:01 +08:00
Wendal Chen
2c36a53850 update: 更新README,添加v2.0.1 2017-12-29 22:23:10 +08:00
Wendal Chen
3db9bad38d update: demo-maker生成的项目默认打印ProcDoc 2017-12-29 12:29:00 +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
Wendal Chen
02eeff3bb0 add: 为nutzboot-starter添加全部javadoc 2017-12-29 10:40:33 +08:00
Wendal Chen
4288460092 fix: 原来demo-maker写少一个字母 2017-12-28 15:45:36 +08:00