项目启动顺序:
1.启动注册中心
2.启动 serverconfig
3.启动 business
4.启动 system
5.启动 web
6.Finchley.RC1 这个版本的 Spring Cloud 已经无需添加@EnableDiscoveryClient注解了。

 

所以,要想使用 Feign,至少需要以下三个依赖

spring-boot-starter-web
spring-cloud-starter-openfeign
spring-cloud-starter-netflix-eureka-client

 

相关文章:

  • 2021-05-03
  • 2022-12-23
  • 2022-01-09
  • 2021-07-22
  • 2022-12-23
  • 2021-08-04
  • 2021-06-17
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-08-15
  • 2021-11-12
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案