mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-29 18:28:01 +08:00
update: 更新一下README和ChangeLog
This commit is contained in:
parent
e4c171bd56
commit
e343212f82
@ -8,6 +8,7 @@
|
||||
* add: starter-tomcat by @ben
|
||||
* add: starter-beetlsql 来自beetl的SQL解决方案
|
||||
* add: starter-sharding-jdbc 分库分表
|
||||
* add: starter-thymeleaf 模板引擎
|
||||
* fix: jetty扫描websocket的endpoint有问题
|
||||
|
||||
## 2.0-RC "属于"
|
||||
|
32
README.md
32
README.md
@ -50,16 +50,17 @@ public class MainLauncher {
|
||||
- [ ] mqtt
|
||||
- [ ] pure tcp/udp
|
||||
- [ ] Rpc类启动器
|
||||
- [x] [Dubbo](http://dubbo.io/)
|
||||
- [x] [zbus](http://zbus.io)
|
||||
- [x] [Dubbo](http://dubbo.io/) 阿里出品的高性能RPC平台
|
||||
- [x] [zbus](http://zbus.io) 国产知名RPC平台
|
||||
- [ ] [motan](https://github.com/weibocom/motan)
|
||||
- [ ] 其他
|
||||
- [x] Ngrok内网穿透
|
||||
- [x] Ngrok 内网穿透,轻松获取外网地址
|
||||
- [ ] 数据库类相关
|
||||
- [ ] 关系型数据库
|
||||
- [x] Jdbc连接池
|
||||
- [x] Jdbc连接池,默认使用druid,带监控功能
|
||||
- [x] [sharding-jdbc](https://github.com/shardingjdbc/sharding-jdbc) 分库分表
|
||||
- [x] Nutz.Dao
|
||||
- [x] BeetlSql
|
||||
- [x] [BeetlSql](http://ibeetl.com/guide/#beetlsql) 基于Beetl的SQL框架
|
||||
- [ ] Hibernate
|
||||
- [ ] mybatis
|
||||
- [ ] 非关系型数据库
|
||||
@ -75,33 +76,37 @@ public class MainLauncher {
|
||||
- [x] Nutz.Mvc
|
||||
- [ ] 安全鉴权
|
||||
- [x] [Shiro](http://shiro.apache.org)
|
||||
- [ ] 分布式Session
|
||||
- [x] [Shiro+LCache](https://github.com/nutzam/nutzmore/tree/master/nutz-plugins-cache)基于shiro/jedis/插件的分布式可持久化的session缓存
|
||||
- [ ] 计划任务
|
||||
- [x] [Quartz](http://www.quartz-scheduler.org)
|
||||
- [ ] 模板引擎
|
||||
- [x] [Beetl](http://ibeetl.com/)
|
||||
- [x] [Beetl](http://ibeetl.com/)
|
||||
- [x] [jetbrick-template](https://github.com/subchen/jetbrick-template-2x)
|
||||
- [ ] Vecloity
|
||||
- [ ] FreeMarker
|
||||
- [x] Thymeleaf
|
||||
- [x] Thymeleaf by [温泉](https://github.com/ywjno)
|
||||
- [ ] 消息队列
|
||||
- [x] disque
|
||||
- [x] disque redis作者的另一作品
|
||||
- [ ] zeromq
|
||||
- [ ] rabbitmq
|
||||
- [ ] rocketmq
|
||||
- [ ] activemq
|
||||
- [ ] zbus
|
||||
- [ ] 工作流
|
||||
- [ ] [uflo2](https://github.com/youseries/uflo)
|
||||
- [ ] [uflo2](https://github.com/youseries/uflo) 中式工作流引擎
|
||||
- [ ] Activity
|
||||
- [ ] 规则引擎
|
||||
- [ ] urule
|
||||
- [ ] urule 中式规则引擎
|
||||
- [ ] drools
|
||||
- [ ] 开放平台
|
||||
- [x] 微信公众号开放平台
|
||||
- [ ] 微信公众号开放平台
|
||||
- [x] [NutzWX](https://github.com/nutzam/nutzwx) Weixin Api By Nutz
|
||||
- [ ] 云平台
|
||||
- [ ] [阿里云](https://aliyun.com)
|
||||
- [ ] [腾讯云](https://qcloud.com)
|
||||
- [ ] 缓存相关
|
||||
- [x] wkcache 方法缓存
|
||||
- [x] wkcache 方法缓存 by 大鲨鱼
|
||||
- [ ] docker相关
|
||||
- [ ] docker compose配置
|
||||
- [ ] WebService
|
||||
@ -114,7 +119,8 @@ public class MainLauncher {
|
||||
|
||||
* 蛋蛋(提交了第一个Banner及打印逻辑)
|
||||
* 胖五(nutz.io主笔)
|
||||
* qinerg(率先提交undertow)
|
||||
* [qinerg](https://github.com/qinerg)(率先提交undertow)
|
||||
* [温泉](https://github.com/ywjno)(提交thymeleaf)
|
||||
* 科技(Rekoe,探路者,正在踩坑)
|
||||
* 潇潇(howe,探路者,正在踩坑)
|
||||
* 道坤(探路者,正在踩坑)
|
||||
|
Loading…
Reference in New Issue
Block a user