当前位置:   article > 正文

springcloud——registration status: 204_spring cloud 1.5.8 registration status: 204

spring cloud 1.5.8 registration status: 204

这是因为缺少依赖导致的,在pom中加入以下依赖即可

  1. <dependency>
  2. <groupId>org.springframework.boot</groupId>
  3. <artifactId>spring-boot-starter-web</artifactId>
  4. </dependency>

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/361712
推荐阅读
相关标签
  

闽ICP备14008679号