请问Client端无法启动是什么问题?

来源:3-3 Eureka Client的使用

幼稚王

2018-04-13

http://img.mukewang.com/szimg/5ad048ee0001c91a12740289.jpg

client一启动后就自动关闭了

写回答

3回答

殇腥黯皓

2018-04-13

<dependency>

    <groupId>org.springframework.boot</groupId>

     <artifactId>spring-boot-starter-web</artifactId>

</dependency>

加上这个依赖


3
4
ZHwangpeng
thankyou
2018-07-23
共4条回复

csranger

2018-08-16

<dependency>
 <groupId>org.springframework.boot</groupId>
 <artifactId>spring-boot-starter-web</artifactId></dependency>

0
0

YAaron

2018-06-18

我之前的client也无法启动,然后我把springtboot版本换成2.0.0.M3,spring-cloud版本换成Finchley.M2,使得版本跟教课视频的版本一样,终于能启动client了

0
1
mtfelix
我的是这两个版本,而且加了这个Dependency,竟然还是不能启动。 2018-09-26 10:47:37.363 WARN 34776 --- [ Thread-5] .s.c.a.CommonAnnotationBeanPostProcessor : Invocation of destroy method failed on bean with name 'scopedTarget.eurekaClient': org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'eurekaInstanceConfigBean': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
2018-09-26
共1条回复

SpringCloud Finchley(M2+RELEASE+SR2)微服务实战

SpringCloud组件实现微服务,【已升级Finchley.Release】

5668 学习 · 2489 问题

查看课程