Commit 9d536563 by 李秋伟

Update README.md

parent 769eebed
......@@ -6,7 +6,8 @@
- 支持dubbo、http协议swagger文档
- 支持dubbo、http协议response异常统一处理
- 多语言处理处理
# 最佳实践
# 最佳实践
- controller需要使用@ApiController,否则自定义异常、多语言增强、swagger文档生成等功能将无法生效
- 对于明确的业务异常直接进行抛出,如下方法
......@@ -43,7 +44,7 @@
}
```
新建service/rpc/OrderSearchRpcService
在业务系统中,新建service/rpc/OrderSearchRpcService
```
@Service
......
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