You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/11/12 09:41:49 UTC

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2621: 关于接口响应 httpStatus的问题

liubao68 edited a comment on issue #2621:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2621#issuecomment-966960546


   servicecomb和spring boot是有差异的, 主要体现在spring boot早期是基于 `servlet` 的 REST 实现, 所以包含了很多 `servlet` 特性。 servicecomb 主打的并不是 `servlet` , 而是基于 `Open API` 的 RPC 框架, 所以会有差异。 
   
   处理错误码可以参考 :  https://servicecomb.apache.org/references/java-chassis/zh_CN/general-development/error-handling.html
   
   这里也有spring mvc 支持情况的说明: https://servicecomb.apache.org/references/java-chassis/zh_CN/build-provider/springmvc.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org