-
Notifications
You must be signed in to change notification settings - Fork 22
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
Problem running the samples #1
Comments
Likely this sample is broken. |
OK, thanks for the quick reply! Can you briefly describe how it should work? In other words, what file(s) should exist in SVN for this example to work? |
Having the same problem. Anyone knows how to fix this? |
All right, I fixed the problem by replacing the dependency that is wrong: replaced <dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
</dependency> by <dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency> @kabennett give it a try. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the SVN config server and client example, and I removed the default for the name property (i.e., World), and the example fails. Can you please explain what should be happening? The example only works if the default value is in place. It appears that the value isn't pulled properly from SVN. Thanks!
The text was updated successfully, but these errors were encountered: