I am trying the Intro to Java with DGS and Graph QL tutorial
When i am running the featuredListing query in the apollo explorer - sandbox I am getting the following error:
“errors”: [
{
“message”: “org.springframework.web.client.ResourceAccessException: I/O error on GET request for “http://localhost:4010/featured-listings”: null”,
“locations”: ,
“path”: [
“featuredListings”
],
“extensions”: {
“errorType”: “INTERNAL”
}
}
],
“data”: null
}
Its a connect refused error in the sprintboot console Caused by: java.net.ConnectException: null
How do I correct this?