在配置SpringCloud消費端時,發(fā)現(xiàn)控制臺打印了如下信息:
Unregistering application CLIENT with eureka with status DOWN
之后就自動退出了歧寺。
原因是沒有配置web,在pom.xml中添加配置:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>