Spring boot Spring cloud 框架搭建

时间:2023-03-09 15:41:43
Spring boot  Spring cloud 框架搭建

随笔记载几个框架搭建时的坑;

这个是server提供者模块,需要注意的是spring:application:name

Spring boot  Spring cloud 框架搭建

接下来是fegin模块,需要主要注意信息已说明,需要特别说明的是RequestMapping 的 value值 必须的提供者中的 Controller RequestMapping 值相同。 Fegin作为http客户端 让消费者消费提供者的数据,所以需要一个桥梁在提供者和消费者之间,同样fegin里面集成了ribbon和netflix熔断器。

Spring boot  Spring cloud 框架搭建

zuul网关,需要注意的是配置文件,这些配置网上有的博客有坑。

Spring boot  Spring cloud 框架搭建