-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
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
limits-service not giving response after config-server connection to git is established and limits-service to config-server is being established #9
Comments
Please find the following errors being shown on console: Adding property source: Config resource 'file [C:\Users\sande\git-local-config-repo\limits-service.properties]' via location 'file:/C:/Users/sande/git-local-config-repo/' |
Same issue here. I was following the instructions within the course and also the instructions on the GitHub website. My problem is the response takes too long (3 minutes) after I entered ' The other thing I would like to mention about is that: no matter whether or not I configure As for the When I removed It seems like neither Does everyone have the same problem as I do? Best, |
Remove |
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sun Jul 04 23:57:43 IST 2021
There was an unexpected error (type=Not Found, status=404).
No message available
{
"name": "limits-service",
"profiles": [
"default"
],
"label": null,
"version": "03b39032523e4d27b1df6876307a6855145f78c8",
"state": null,
"propertySources": [
{
"name": "file:///C:/Users/sande/git-local-config-repo/file:C:\Users\sande\git-local-config-repo\limits-service.properties",
"source": {
"limit-service.minimum": "4",
"limit-service.maximum": "996"
}
}
]
}
rest assured, everything is as per the tutorial. Kindly help me on this
The text was updated successfully, but these errors were encountered: