Eureka Client 注册报 registration status: 204
这是因为缺少依赖导致的,在pom中加入
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
重新编译打包就可以了。
这是因为缺少依赖导致的,在pom中加入
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
重新编译打包就可以了。