- 新增基础异常类 ApiException - 定义错误码枚举 ErrorCode - 修改原有代码,使用 ApiException 替代 Assert 和 BaseException - 更新全局异常处理器,支持 ApiException 处理 |
||
|---|---|---|
| .. | ||
| src/main | ||
| target/classes | ||
| pom.xml | ||
- 新增基础异常类 ApiException - 定义错误码枚举 ErrorCode - 修改原有代码,使用 ApiException 替代 Assert 和 BaseException - 更新全局异常处理器,支持 ApiException 处理 |
||
|---|---|---|
| .. | ||
| src/main | ||
| target/classes | ||
| pom.xml | ||