# workx **Repository Path**: hexingmo/workx ## Basic Information - **Project Name**: workx - **Description**: 这个项目的目的是对工作中常用的框架,技术进行扩展,以提供更加丰富的功能。提高代码的复用性,当更换工作后尽可能的不要再去编写重复的代码。该项目迁移自 hp-java-commons (https://gitee.com/kernelHP/hp-java-commons), 由于项目名称更改为 workx , 所以进行了项目迁移,原仓库中的代码不再进行维护。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 5 - **Created**: 2019-01-15 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # workx #### 介绍 #### 开发计划 version 0.0.1 ## mybatis 扩展 ### 1. 支持 event listener 隔离. 完成 ### 2. 支持更细粒度的 event consumer , 比如只消费对某些表的操作触发的事件. 完成,目前支持针对特定的 mapper 来进行处理。 ### 3. 支持和 spring 集成。 ### 4. 支持和 spring boot 集成。 ### 5. 提供一个通用 Mapper 接口实现单表的简单 crud. ## workx 自身 ### 1. 支持 Timer 调用,可以对任何一段代码的调用加入超时限制功能