All Projects → eumji025 → spring-cloud-repository

eumji025 / spring-cloud-repository

Licence: other
spring-cloud学习的demo记录

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-cloud-repository

blog-hbs-cloud-microservice-multi-db
基于SpringCloud的微服务化多人博客
Stars: ✭ 16 (-38.46%)
Mutual labels:  spring-cloud
sample-spring-cloud-stream
sample microservices communicating asynchronously using spring cloud stream, rabbitmq
Stars: ✭ 22 (-15.38%)
Mutual labels:  spring-cloud
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (+34.62%)
Mutual labels:  spring-cloud
sample-spring-cloud-microservices-future
sample microservices illustrating usage of non netflix spring cloud components spring cloud loadbalancer, spring cloud gateway and spring cloud consul
Stars: ✭ 42 (+61.54%)
Mutual labels:  spring-cloud
Azure-Spring-Cloud-Samples
Sample projects for Azure Spring Cloud
Stars: ✭ 42 (+61.54%)
Mutual labels:  spring-cloud
coderiver-java
CodeRiver java repository
Stars: ✭ 25 (-3.85%)
Mutual labels:  spring-cloud
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+1888.46%)
Mutual labels:  spring-cloud
DiscoveryPlatform
☀️ Nepxion DiscoveryPlatform is a platform for Nepxion Discovery with service governance, release orchestration, flow inspection, instance blacklist, gateway route 服务治理、蓝绿灰度编排、流量侦测、实例摘除、网关路由的平台
Stars: ✭ 63 (+142.31%)
Mutual labels:  spring-cloud
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-15.38%)
Mutual labels:  spring-cloud
spring-cloud-marathon
Spring Cloud integration with Mesos and Marathon
Stars: ✭ 29 (+11.54%)
Mutual labels:  spring-cloud
spring-cloud-boilerplate
The discovery & gateway boilerplate based on spring-cloud with spring security.
Stars: ✭ 12 (-53.85%)
Mutual labels:  spring-cloud
spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-50%)
Mutual labels:  spring-cloud
robert
基于SpringCloud的企业级微服务多租户系统、多语言的脚手架, 代码组件化、高内聚低耦合,代码简介,注释丰富容易上手,该项目包括用于开发分布式应用程序服务的必要组件,支持多应用程序访问,并使开发人员可以轻松地使用Spring Cloud编程模型来开发分布式应用程序服务。
Stars: ✭ 45 (+73.08%)
Mutual labels:  spring-cloud
zainabed-spring-security-jwt
Authentication & Authorization module for standalone Spring Boot app or Spring Cloud applications
Stars: ✭ 24 (-7.69%)
Mutual labels:  spring-cloud
go-register-server
The microservice registration is implemented by monitoring the state changes of the k8s pod, and pull the interface in the spring cloud eureka client service list.
Stars: ✭ 14 (-46.15%)
Mutual labels:  spring-cloud
spring-cloud-microservices-on-kubernetes
My Best Practices in development and deployment of Spring Cloud Microservices on Kubernetes.
Stars: ✭ 19 (-26.92%)
Mutual labels:  spring-cloud
sample-message-driven-microservices
sample spring cloud application that integrates with rabbitmq through spring cloud stream framework as shows how to setup message-driven microservices basing on publish-subscribe model, consumer groups
Stars: ✭ 28 (+7.69%)
Mutual labels:  spring-cloud
sample-spring-cloud-gateway
sample spring cloud application with embedded api gateway on spring cloud gateway with or without service discovery with eureka
Stars: ✭ 25 (-3.85%)
Mutual labels:  spring-cloud
javayh-platform
javayh-platform 使用Springboot2.2.6为开发脚手架,SpringCloud为云端服务框架,Nacos为注册中心、分布式配置管理中心,Oauth2协议实现统一授权,Mybatis作为持久层框架,提供了代码生成器,SQL防注入,SwaggerAPI文档,Redis 作为缓存服务等强大的功能
Stars: ✭ 32 (+23.08%)
Mutual labels:  spring-cloud
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+84.62%)
Mutual labels:  spring-cloud

文档记录

update to new version spring boot:2.1.3.RELEASE spring cloud:Greenwich.SR3

spring-cloud-config

Spring Cloud Config为分布式系统中的外部配置提供服务器和客户端支持。使用Config Server,您可以在所有环境中管理应用程序的外部属性。客户端和服务器映射的概念与Spring Environment和PropertySource抽象相同,因此它们与Spring应用程序非常契合,但可以与任何以任何语言运行的应用程序一起使用。随着应用程序通过从开发人员到测试和生产的部署流程,您可以管理这些环境之间的配置,并确定应用程序具有迁移时需要运行的一切。服务器存储后端的默认实现使用git,因此它轻松支持标签版本的配置环境,以及可用于管理内容的各种工具。可以轻松添加替代实现,并使用Spring配置将其插入。

spring-cloud-config-client

是spring-cloud-config的客户端配置

spring-cloud-config-server

是spring-cloud-config的服务端配置

spring-cloud-discovery-eureka-server

eureka的服务端配置

spring-cloud-discovery-eureka-client

eureka客户端的配置

spring-cloud-discovery-eureka-client2

eureka客户端的配置,用于负载均衡

spring-cloud-netflix-feign

netflix下的负载均衡组件

spring-cloud-netflix-ribbon

netflix下的负载均衡组件

spring-cloud-netflix-hystrix-fallback

使用hystrix的fallback功能 和ribbon的例子差不多,通过@HystrixCommand注解指定当服务不可达的时候,相应一个默认值.

spring-cloud-netflix-hystrix-dashboard

断路由仪表盘的例子

spring-cloud-netflix-hystrix-zuul-proxy

使用zuul作为代理服务器,对请求的url进行转发 本节使用最简单的转发,直接转发到某个url地址

spring-cloud-netflix-hystrix-zuul-proxy2

使用feign进行动态的路由,需要配置serviceId,也就是feign客户端的名称

说明

后面按照官方文档将要学习spring cloud stream相关的内容,在这之前要先学习一下RabbitMQ相关的知识,

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].