Invocation of destroy method failed on bean with name 'XXX'

问题:Invocation of destroy method failed on bean with name 'scopedTarget.eurekaClient': org.springframewo

解决办法:在pom文件中,增加如下依赖。

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

猜你喜欢

转载自blog.csdn.net/qq_37746483/article/details/82633372
今日推荐