美文网首页
Unregistering application CLIENT

Unregistering application CLIENT

作者: DD_Dog | 来源:发表于2020-12-12 18:37 被阅读0次

在配置SpringCloud消费端时,发现控制台打印了如下信息:
Unregistering application CLIENT with eureka with status DOWN
之后就自动退出了。
原因是没有配置web,在pom.xml中添加配置:

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

相关文章

网友评论

      本文标题:Unregistering application CLIENT

      本文链接:https://www.haomeiwen.com/subject/psnegktx.html