# jeesuite-libs **Repository Path**: ikcro/jeesuite-libs ## Basic Information - **Project Name**: jeesuite-libs - **Description**: java 后台开发基础组件封装。包括:db、缓存、消息、定时任务、搜索等以及整合dubbo服务化、发布restAPI服务、项目生成等 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2016-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction **jeesuite-libs**是整理的近几年封装的一些基础组件包,计划陆续整理成一个java后台服务开发套件,包括整合dubbo服务化,rest API接口发布等。目前这些模块都在线上稳定运行,可用于生产环境。 ## moudules * [jeesuite-common](https://github.com/vakinge/jeesuite-libs/wiki/common) 一些工具类,包括部分从别的项目分离出来的。 * [jeesuite-kafka](https://github.com/vakinge/jeesuite-libs/wiki/kafka) 基于kakfa高阶API封装,已经用于生产日处理消息2亿+ * [jeesuite-cache](https://github.com/vakinge/jeesuite-libs/wiki/cache) 基于jedis对redis命令分类封装。实现配置驱动单机、分片、集群模式自由切换、二级缓存支持(自动更新)、资源自动管理。 * [jeesuite-scheduler](https://github.com/vakinge/jeesuite-libs/wiki/scheduler) 定时任务。支持分布式环境单一节点执行、failover、动态开关、修改执行策略等 * [jeesuite-mybatis](https://github.com/vakinge/jeesuite-libs/wiki/mybatis) 基于mybatis封装,实现自动crud、读写分离、应用级透明分表分库路由、自动缓存及维护。所有特性已经稳定用于生产环境。(待发布) * [jeesuite-spring](https://github.com/vakinge/jeesuite-libs/wiki/spring) spring工厂等 * [jeesuite-monitor-web](https://github.com/vakinge/jeesuite-libs/wiki/monitor-web) 以上组件监控管理页面(待发布) * 持续增加中....