79143670

Date: 2024-10-31 06:28:07
Score: 0.5
Natty:
Report link

I know why.

That's to teacher's tips.

[Teacher's tips.][1]

I found that I misreconginze the name of other project and the url of request sent to Tomcat Server in other project.

At beginning, I think it is HealthHelperServer.

After a while, I found that it is HealthyHelperServer. And thus, url of request sent to Tomcat Server in other project should be

http://localhost:8080/HealthyHelperServer/dietDiary/query/byTime

instead of

http://localhost:8080/HealthHelperServer/dietDiary/query/byTime

After I change the url to

http://localhost:8080/HealthyHelperServer/dietDiary/query/byTime

and test it again.

I get the response 200. That means it is okay. [1]: https://i.sstatic.net/cWsf3tTg.png

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 黃奕捷