# commons **Repository Path**: lghuntfor/commons ## Basic Information - **Project Name**: commons - **Description**: 通用技术组件封装,日常工作中常用工具集 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-01-09 - **Last Updated**: 2024-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 通用技术组件封装
模块名 说明
ndccloud-commons-common 通用模块:通用常量, 工具类
ndccloud-commons-gateway springcloud gateway通用配置
ndccloud-commons-idgen ndccloud-commons-idgen-api 分布式id生成器接口
ndccloud-commons-idgen-leaf 美团leaf分布式id生成器
ndccloud-commons-idgen-tinyid 滴滴tinyid分布式id生成器
ndccloud-commons-jwt jwt工具
ndccloud-commons-logs 通用日志模块
ndccloud-commons-mq ndccloud-commons-mq-api 消息队列mq调用api封装
ndccloud-commons-mq-kafka kafka调用封装
ndccloud-commons-mybatis ndccloud-commons-mybatis-api mybatis通用mapper调用api封装
ndccloud-commons-mybatis-plus mybatis-plus调用封装
ndccloud-commons-mybatis-tk tk-mybatis调用封装
ndccloud-commons-oss ndccloud-commons-oss-api oss文件系统框架调用api封装, 支持同时运行多个oss框架
ndccloud-commons-oss-minio minio文件系统调用封装
ndccloud-commons-redis redis调用封装: 多级缓存, 分布式锁, redis消息订阅等
ndccloud-commons-sms ndccloud-commons-sms-api 短信调用api封装
ndccloud-commons-sms-aliyun 阿里云短信调用封装
ndccloud-commons-sms-qiniu 七牛云短信调用封装
ndccloud-commons-sms-tencent 腾讯云短信调用封装
ndccloud-commons-template 基于beetl模版解析器, 包含classpath,file,string三种解析方式
ndccloud-commons-trace ndccloud-commons-trace-common 分布式系统链路跟踪,traceId,TraceContext封装
ndccloud-commons-trace-dubbo dubbo调用下的traceId传递
ndccloud-commons-trace-feign feign调用下的traceId传递
ndccloud-commons-trace-gateway springcloud gateway中traceId的处理
ndccloud-commons-trace-webmvc spring webmvc中traceId的处理
ndccloud-commons-webmvc webmvc通用配置, 包含通用异常处理,web cache,req日志,统一序列化配置等