//
//
//
//
//
//
//
//
//
//
软件Tags:
Jboot是专为大型分布式项目和微服务而生。她是一个基于jfinal 和 undertow开发的微服务框架。提供了AOP、RPC、分布式缓存、限流、降级、熔断、统一配置中心、swagger api自动生成、Opentracing数据追踪、metrics数据监控、分布式session、代码生成器、shiro安全控制等功能。
Jboot 的核心组件
1、MVC (基于jfinal)
2、ORM (基于jfinal)
3、AOP (基于guice)
4、安全控制
shiro
5、RPC远程调用
motan
dubbo
grpc
zbus
6、MQ消息队列
rabbitmq
redismq
阿里云商业MQ
activemq
zbus
7、缓存
ehcache
redis
分布式二级缓存ehredis
8、分布式session
9、分布式锁
10、任务调度
cron4j
ScheduledThreadPoolExecutor
分布式任务调度
11、调用监控 (基于metrics)
12、限流、降级、熔断机制(基于hystrix)
13、Opentracing数据追踪
zipkin
skywalking
14、统一配置中心
15、swagger api
16、Http客户端(包含了get、post请求,文件上传和下载等)
httpUrlConnection
okHttp
httpClient
17、分布式下的微信和微信第三方
18、自定义序列化组件
19、事件机制
20、代码生成器
21、等等
Jboot微服务框架 更新日志:
v3.12.2
新增:是否处理 404 页面的配置支持,方便与其他 web 框架整合
新增:JbootAppListener 新增 onConstantConfigBefore() 方法
优化:AttachmentManager.java,使之 getFile 不返回 null
优化:JsonManager.me().setDefaultDatePattern 的默认配置