spring-guides / gs-service-registration-and-discovery

Service Registration and Discovery :: Learn how to register and find services with Eureka
https://spring.io/guides/gs/service-registration-and-discovery/
Apache License 2.0
151 stars 192 forks source link

java.lang.NoClassDefFoundError: com/netflix/config/ConfigurationManager #8

Closed lyntann closed 4 months ago

lyntann commented 6 years ago

is there anybody met the same problem while run "EurekaServiceApplication.java", it throws error below: java.lang.NoClassDefFoundError: com/netflix/config/ConfigurationManager

Buzzardo commented 1 year ago

We have this guide marked for a rewrite. I'll leave this open as one of the things to check on when it is rewritten.

robertmcnees commented 4 months ago

Closing this issue as a rewrite was done in PR #33. Please feel free to test the guide and open a new issue if this problem persists.