JedrekWang commented on issue #3698: URL: https://github.com/apache/servicecomb-java-chassis/issues/3698#issuecomment-1473496997
> > > 你这个demo 你发起请求的请求路径是啥样啊 > > > > > > 就是走DemoProviderIntf.getDemoList的注解: /demo/getDemoList/ > > 就直接浏览器输入[http://xxx.x.x.x:xxx/demo/getDemoList/这么调用是吧](http://xxx.x.x.x:xxx/demo/getDemoList/%E8%BF%99%E4%B9%88%E8%B0%83%E7%94%A8%E6%98%AF%E5%90%A7) 浏览器访问cse侧:http://127.0.0.1:9092/hello-service/getList/jedrek cse侧内部调度spring:/demo/getDemoList/ spring侧接收到请求:/demo/getDemoList 与spring配置的@PostMapping(path = "/getDemoList/")对不上,报错path not found -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
