# ubxtech-util **Repository Path**: liuduzhai/ubxtech-util ## Basic Information - **Project Name**: ubxtech-util - **Description**: ubxtech-util - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-18 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ubx-tech 优必行tech [![Language](https://img.shields.io/badge/主要语言-jdk17%20%7C%20SpringCloud%202023.0.1%20%7C%20...-green)](https://gitee.com/liuduzhai/ubxtech-util) [![Author](https://img.shields.io/badge/作者-ubxtech-orange.svg)](https://gitee.com/liuduzhai) [![Version](https://img.shields.io/badge/版本-3.2.4-brightgreen.svg)](https://gitee.com/liuduzhai/ubxtech-util) ## 组织结构 ``` lua ubxtech-util ├── ubxtech-annotation -- 自定义注解 ├── ubxtech-balance -- 实现rpc,socket负载均衡用到的dto ├── ubxtech-cache -- redis缓存 ├── ubxtech-cloud -- springcloud封装,rpc负载具体实现,配置,异常处理,灰度发布 ├── ubxtech-core -- 其他工程需要用到的对象或者工具类 ├── ubxtech-db -- mybatis,druid等封装,扩展 ├── ubxtech-dependencies -- 版本依赖 ├── ubxtech-elasticsearch -- elasticsearch ├── ubxtech-gateway -- 网关鉴权,灰度 ├── ubxtech-i18n -- 国际化 ├── ubxtech-mqtt -- mqtt协议接收,发送 ├── ubxtech-nacos -- nacos对接,监听服务上下线,全量导入国际化配置工具 ├── ubxtech-rabbitmq -- rabbitmq消息发送接收 ├── ubxtech-rocketmq -- rocketmq消息发送接收,环境隔离 ├── ubxtech-seata -- 分布式事务,创建表 ├── ubxtech-sentinel -- 限流熔断配置 ├── ubxtech-sms -- 短信 ├── ubxtech-swagger -- swagger文档 ├── ubxtech-web -- web工程通用的鉴权 ├── ubxtech-web-cache -- web需要用到的缓存 ├── ubxtech-websocket -- 分布式websocket消息发送 ├── ubxtech-wecom -- 企业微信 ├── ubxtech-xss -- xss防脚本攻击 └── ubxtech-xxljob -- 分布式调度 ``` ### 后端技术 | 技术 | 说明 | 版本 | | ---------------------- | -------------------- | ---------------------------------------------------- | | jdk | 开发版本 | openjdk17+ | | Spring Cloud | 微服务框架 | 2023.0.1 | | Spring Cloud Alibaba | 微服务框架 | 2023.0.1.0 | | Spring Boot | MVC框架 | 3.2.4 | | MyBatis-Plus | ORM框架 | 3.5.7 | | knife4j-openapi3 | 文档生产工具 | 4.5.0 | | Elasticsearch | 搜索引擎 | 7.16.1+ | | spring-rabbit | 消息队列 | 3.1.3 | | rocketmq | rocketmq消息队列 | 5.1.4 | | Redis | 分布式缓存 | 3.2.4 | | Druid | 数据库连接池 | 1.2.22 | | Lombok | 简化对象封装工具 | 1.18.30 | | Seata | 全局事务管理框架 | 1.7.0 | | skywalking | 链路追踪 | 8.6.0 | | fastjson2 | json对象转换 | 2.0.51 | | mysql | 数据库 | 5.7.33 | | hutool | 通用工具 | 5.8.29 |