We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
书中第71页,按照示例在Postman中访问后报500错误 Response Body: { "timestamp": 1586933989311, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.web.client.ResourceAccessException", "message": "I/O error on GET request for "http://USERSERVICE/users/1\": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect", "path": "/products/3/comments" }
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
No branches or pull requests
书中第71页,按照示例在Postman中访问后报500错误
Response Body:
{
"timestamp": 1586933989311,
"status": 500,
"error": "Internal Server Error",
"exception": "org.springframework.web.client.ResourceAccessException",
"message": "I/O error on GET request for "http://USERSERVICE/users/1\": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect",
"path": "/products/3/comments"
}
The text was updated successfully, but these errors were encountered: