We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0f94f commit e198235Copy full SHA for e198235
README.md
@@ -1,2 +1,10 @@
1
# mcube
2
-微服务工具箱
+微服务工具箱, 构建微服务中使用的工具集
3
+
4
++ http框架: 用于构建领域服务的路由框架, 基于httprouter进行封装
5
++ 异常处理: 定义API Exception
6
++ 日志处理: 封装zap, 用于日志处理
7
++ 负责注册: 服务注册组件
8
++ 缓存处理: 用于构建多级对象缓存
9
++ 加密解密: 封装cbc和ecies
10
++ 自定义类型: ftime方便控制时间序列化的类型, set集合
0 commit comments