
Spring Cloud
文章平均质量分 70
Spring Cloud知识点记录
ziania_cumt
这个作者很懒,什么都没留下…
展开
-
Spring Cloud Config基本用法
Spring Cloud Config基本用法原创 2022-04-12 19:54:15 · 312 阅读 · 0 评论 -
Zuul基本用法
Zuul基本用法原创 2022-04-12 19:54:24 · 1049 阅读 · 0 评论 -
Feign基本用法
Feign基本用法原创 2022-04-12 19:54:34 · 1659 阅读 · 0 评论 -
Hystrix基本用法
Hystrix基本用法原创 2022-04-12 19:54:43 · 1659 阅读 · 0 评论 -
Ribbon基本使用
Ribbon基本使用原创 2022-04-12 19:55:08 · 1010 阅读 · 0 评论 -
Eureka注册中心、服务提供者和服务消费者
Eureka注册中心、服务提供者和服务消费者原创 2022-04-12 19:55:17 · 1148 阅读 · 0 评论 -
微服务相关知识(Spring Cloud)
微服务相关知识(Spring Cloud)原创 2022-04-12 19:55:25 · 145 阅读 · 0 评论 -
Eureka 服务提供者
Eureka服务提供者搭建步骤新建pom,引入spring cloud、eureka client 等依赖。<dependencyManagement> <dependencies> <!-- spring cloud version --> <dependency> <groupId>org.springframework.cloud</原创 2020-08-30 23:07:10 · 371 阅读 · 0 评论 -
Eureka注册中心集群模式
搭建步骤新建pom工程,引入spring cloud 及eureka server 相关依赖。本例pom<dependencyManagement> <dependencies> <!-- spring cloud version --> <dependency> <groupId>org.springframework.cloud</gr原创 2020-08-30 10:47:23 · 185 阅读 · 0 评论 -
Eureka注册中心单点模式
搭建步骤新建pom工程,引入spring cloud 及eureka-server 相关依赖。具体版本参见官网。本例pom如下:<dependencies> <!-- spring cloud version --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud原创 2020-08-30 10:18:04 · 261 阅读 · 0 评论