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 2019/06/14 01:28:11 UTC

[GitHub] [servicecomb-java-chassis] Arvinxiaoweihao removed a comment on issue #1237: @RpcSchema注册失败而换成@RestSchema后正常

Arvinxiaoweihao removed a comment on issue #1237: @RpcSchema注册失败而换成@RestSchema后正常
URL: https://github.com/apache/servicecomb-java-chassis/issues/1237#issuecomment-501934388
 
 
      method的方法如下:前几个版本的SC有着类似的写法,1.2.0这个版本运行直接出错,本地已经无法启动
       @Override
       @ApiOperation(value = "查看详情")
       @GetMapping(path = "getAById")
       public ObjectRestResponse<List<GetAByIdResponse>> getAById(){
      }

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services