diff --git a/ChangeLog.md b/ChangeLog.md index c580ad0b..96112f39 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,9 +2,11 @@ ## dev -变更: +* 变更: * add: [caffeine](https://github.com/ben-manes/caffeine) by [幸福的旁边](https://github.com/happyday517) + * add: [hystrix](https://github.com/Netflix/Hystrix) 支持@HystrixCommand和/hystrix.stream * change: feign默认不设置encoder/decoder,上一个版本默认jackson,并添加更多配置项. + * change: feign添加feign-hystrix依赖,强化与hystrix的集成 ## 2.0.1 "刚好遇见你" diff --git a/README.md b/README.md index 13a28e4d..293d6653 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NutzBoot 微服务 -NutzBoot,简称NB,是可靠的企业级微服务框架,提供自动配置,嵌入式web服务,分布式会话,RPC等一篮子解决方案 +NutzBoot,简称NB,是可靠的企业级微服务框架,提供自动配置,嵌入式web服务,分布式会话,hystrix, RPC等一篮子解决方案 * 主页: [NB的官网](https://nutz.io) * 项目生成器: [NB Makder](https://get.nutz.io) @@ -150,12 +150,8 @@ public class MainLauncher { - 非关系型数据库 - [x] [Redis](https://redis.io) - [x] MongoDB - - [ ] neo4j - [ ] memcached - [ ] ssdb - - [ ] Cassandra - - [ ] HBase - - [ ] rethinkdb - Mvc - [x] Nutz.Mvc - [ ] [jersey](https://jersey.github.io/) @@ -174,6 +170,7 @@ public class MainLauncher { - [x] [Shiro+LCache](https://github.com/nutzam/nutzmore/tree/master/nutz-plugins-cache)基于shiro/jedis/插件的分布式可持久化的session缓存 - 计划任务 - [x] [Quartz](http://www.quartz-scheduler.org) + - [ ] xxl-job [国产分布式任务调度平台](https://github.com/xuxueli/xxl-job/pull/253) - 模板引擎 - [x] [Beetl](http://ibeetl.com/) - [x] [jetbrick-template](https://github.com/subchen/jetbrick-template-2x)