Skip to content
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

Open
kabennett opened this issue Nov 24, 2015 · 4 comments
Open

Problem running the samples #1

kabennett opened this issue Nov 24, 2015 · 4 comments

Comments

@kabennett
Copy link

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!

@spencergibb
Copy link
Contributor

Likely this sample is broken.

@kabennett
Copy link
Author

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?

@thiagolocatelli
Copy link

Having the same problem. Anyone knows how to fix this?

@thiagolocatelli
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants