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&am
·
问题: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>
更多推荐



所有评论(0)