`
bugyun
  • 浏览: 556158 次
社区版块
存档分类
最新评论

spring cloud demo 小试牛刀

 
阅读更多

1. 先启动注册中心:

a. my-eureka工程下的MyRegistrationCenter类,run as --> java application;

b. 运行URL:http://localhost:1111/  查看是否启动成功;

成功后页面展示如下:



 

 

2. 启动服务

a. my-producer工程下的MyProducerStart类,run as --> java application;

b. 运行URL:http://localhost:2226/add?a=10&b=11  查看是否启动成功;



 

 

3. 启动含断路器的服务

a. my-consumer工程下的MyConsumerStart类,run as --> java application;

b. 运行URL:http://localhost:3337/add?a=10&b=11  查看是否启动成功;

c. 关闭my-producer工程提供的服务,二次运行URL:http://localhost:3337/add?a=10&b=11  查看是否走进断路器,正常返回-9999;


 

 

4. 启动网关

a. my-api-gateway工程下的MyApiGatewayStart类,run as --> java application;

b. 运行URL:http://localhost:5555/api-a/add?a=10&b=11&accessToken=110  查看是否启动成功;

 

5.代码见附件
 

  • 大小: 52 KB
  • 大小: 6.7 KB
  • 大小: 7.5 KB
  • 大小: 8.7 KB
分享到:
评论

相关推荐

    spring cloud demo

    本文将深入探讨基于Spring Cloud的"spring cloud demo"项目,包括消费者、生产者以及注册中心等核心组件,旨在为你提供一个可借鉴的实践案例。 一、Spring Cloud简介 Spring Cloud是一系列框架的集合,它为开发者...

    springcloud DEMO

    SpringCloud是一款基于Java的微服务开发框架,它简化了在分布式系统(如配置管理、...以上就是SpringCloud DEMO所涵盖的关键知识点,通过这个DEMO,开发者可以学习到如何构建和管理一个基于SpringCloud的微服务架构。

    SpringCloud系列Demo代码,每个子项目都是SpringCloud的一个知识点

    SpringCloud系列Demo代码,每个子项目都是SpringCloud的一个知识点或者说技能点且都有对应的博客介绍,代码开箱即用适合新手学习或老司机复习。 SpringCloud系列Demo代码,每个子项目都是SpringCloud的一个知识点...

    springcloud教程源码 springcloud demo

    课程的源码是尚硅谷的springcloud教程源码,SpringCloud各种核心组件,到最终的微服务架构总结,帮助大家快速入门、上手并精通微服务框架SpringCloud。 课程中对比了 Dubbo 和 SpringCloud,并深入讲授SpringCloud...

    SpringCloud-Demo框架

    SpringCloud-Demo框架是基于Spring Cloud生态系统的示例项目,旨在帮助开发者快速理解和实践Spring Cloud的相关组件和技术。Spring Cloud是一个微服务开发的工具集,它为开发者提供了在分布式系统(如配置管理、服务...

    springcloud项目Demo

    Spring cloud 实战项目(Spring cloud zuul、spring cloud eureka、spring cloud config、 spring cloud admin 、spring cloud 微服务1、微服务2、spring cloud zipkin、网关的熔断+负载均衡、 微服务调用的熔断+...

    springCloud demo

    SpringCloud Demo 亲测可用 Spring Cloud是一系列框架的有序集合. 主要的小弟有:Spring Cloud Config、Spring Cloud Netflix(Eureka、Hystrix、Zuul、Archaius…)、Spring Cloud Bus、Spring Cloud for Cloud ...

    简单的spring cloud demo

    这个“简单的Spring Cloud demo”是为了展示如何在实际项目中使用Spring Cloud的核心组件。 在这个示例中,我们关注两个主要组件:Eureka和Gateway。Eureka是Spring Cloud的一个服务注册与发现组件,而Gateway则是...

    黑马程序员的SpringCloud教程的demo压缩文件,包含了demo工程以及两个数据库(tb-user和tb-order)

    SpringCloud是中国IT教育品牌黑马程序员推出的一门高级微服务架构课程的实践项目压缩包,它包含了一个完整的demo工程,以及配套的两个数据库脚本:tb-user.sql和tb-order.sql。这个压缩包旨在帮助学习者深入理解和...

    SpringCloud简单demo源码

    springCloud实现了注册中心,服务提供,服务消费,api网关。 二、功能介绍 springCloud实现了注册中心,服务提供,服务消费,api网关。 三、注意事项 1、开发环境为idea,jdk1.8,数据库为mysql开发。

    springcloud的demo文件

    在这个"springcloud的demo文件"中,我们将探讨Eureka和Client的使用,这两个组件是SpringCloud生态中的核心部分。 **Eureka** 是SpringCloud中的服务注册与发现组件,它允许微服务实例向Eureka Server注册自身,并...

    springcloud demo项目源码

    【SpringCloud Demo项目源码详解】 Spring Cloud是一个基于Spring Boot实现的微服务开发工具集,它为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、...

    springcloud demo搭建

    亲自搭建,下载直接就可以运行。里面主要包括基本的组件: 注册中心:Spring Cloud ... 配置中心:Spring Cloud Config 鉴权中心:Spring Cloud OAuth2 hystrix、feign、Zuul、Eureka等。 所有工程的都实现了负载。

    Spring Cloud 各组件Demo

    Spring Cloud 各组件Demo ,包含 Spring Cloud Eureka ,Spring Cloud Zuul , Spring Cloud Ribbon , Hystrix-Dashboard-Turbine 如有错误 ,请于本人联系 ,自会及时修改 , 防止误导他人

    spring cloud Demo

    SpringCloud Demo实例。 Demo中包含高可用Eureka/Zuul/Spring Config/Feign/Ribbon/Spring Cloud Stream(kafka)相关Demo

    spring cloud微服务demo

    总的来说,"spring cloud微服务demo" 是一个演示如何使用 Spring Cloud 构建微服务应用的实例,包括服务注册与发现(Eureka Server 和 Eureka Client)、服务消费以及可能涉及的负载均衡。通过学习和实践这个 demo,...

    Spring Cloud Demo.zip

    这个"Spring Cloud Demo.zip"压缩包包含了使用Spring Cloud构建的简单示例代码,旨在帮助初学者或开发者快速理解Spring Cloud的工作原理和用法。 首先,我们来看"maven",这是一个项目管理和集成工具,用于处理Java...

    spring Cloud demo

    《Spring Cloud实战解析》 Spring Cloud作为微服务架构的重要组件,是实现分布式系统服务发现、配置、熔断、路由、负载均衡等核心功能的利器。本文将深入探讨Spring Cloud的相关知识点,帮助读者全面理解并掌握其...

Global site tag (gtag.js) - Google Analytics