spring-cloud 之ClassNotFoundException: org.springframework.cloud.context.named.NamedContextFactory

问题 :Caused by: java.lang.ClassNotFoundException: org.springframework.cloud.context.named.NamedContextFactory。
在使用spring-cloud-eureka-server开发服务注册中心时抛出的异常,请问如何解决?

当前使用的配置如下:


org.springframework.boot
spring-boot-starter-parent
1.4.2.RELEASE
 



UTF-8
UTF-8
1.7




org.springframework.boot
spring-boot-starter


org.springframework.boot
spring-boot-starter-test
test


org.springframework.cloud
spring-cloud-starter-eureka-server






org.springframework.cloud
spring-cloud-dependencies
Brixton.RELEASE
pom
import







org.springframework.boot
spring-boot-maven-plugin



解决方法:

添加以下依赖


    org.springframework.cloud
    spring-cloud-starter-config




你可能感兴趣的:(spring-cloud 之ClassNotFoundException: org.springframework.cloud.context.named.NamedContextFactory)