Jhipster GET http:// localhost:9000 / api / ping / {a} / {b} net :: ERR_EMPTY_RESPONSE

时间:2018-04-18 06:37:23

标签: angular rest api jhipster

我是一名新开发者Spring Boot - Angular,目前我使用Jhispter生成器开发Web应用程序。有一段时间,我有一个Java后端方法,由于for循环运行1023次迭代来测试équipements的网络端口,因此最后运行。对此,我发现我的Observable没有收到后端的返回,浏览器控制台(Chrome,Firefox,Opera)返回net :: ERR_EMPTY_RESPONSE。在研究之后,我尝试使用异步方法来保持前端等待后端方法响应而没有成功。 感谢您摆脱这种影响,自从我没有找到答案就爱上咖啡已经好几天了。

PingComponent Observable subscribe function enter image description here

PINGSERVICE Observable declaration function enter image description here

@RestController Spring REST API enter image description here

Google Chrome错误 enter image description here enter image description here

0 个答案:

没有答案