SpringCloud客户端Client启动时自动停止

在pom文件加上web依赖。

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

转载

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-04-27
  • 2021-06-16
  • 2021-10-27
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2021-04-09
  • 2021-12-30
  • 2022-01-20
  • 2021-12-07
  • 2021-09-18
相关资源
相似解决方案