This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# common-api
通用api层(web层) sdk包
# 作用概述
common-api 主要用于处理 web层通用逻辑 .
1.通用的filter工具类 例如获取requestBody数据 解密.
2.通用的 请求相应的 bean
3.通用的 参数包装处理 例如授权 用户信息等
4.统一的 返回相应异常拦截
5.自动装配
6.其他与 web层 通用逻辑相关代码