Commit 2dba5c90 by qiuweili123

init

parent b1b7bf4f
# 介绍
common-core提供通用bean,核心注解,定义通用业务异常。
# 特点
-
# 最佳实践
- 对于业务中需要response行为的,建议使用BizResponse或自己扩展
-
# 文档
-
# 开始
- 添加依赖
- Maven:需要在自己项目的pom.xml增加,以下配置。
**注意:前置条件需要依赖项目中需要设置matrix的parent**
```xml
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>common-core</artifactId>
</dependency>
```
# 示例
- BizResponse
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment