All Projects → eacdy → spring-cloud-docker-study

eacdy / spring-cloud-docker-study

Licence: other
Spring Cloud 与 Docker 整合使用示例,为《使用Spring Cloud与Docker实战微服务》的配套代码。书籍地址:https://github.com/eacdy/spring-cloud-book 。讨论QQ群:157525002(已满)、564840207,欢迎加入。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spring-cloud-docker-study

spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-69.05%)
Mutual labels:  spring-cloud
spring-cloud-marathon
Spring Cloud integration with Mesos and Marathon
Stars: ✭ 29 (-30.95%)
Mutual labels:  spring-cloud
spring-cloud-repository
spring-cloud学习的demo记录
Stars: ✭ 26 (-38.1%)
Mutual labels:  spring-cloud
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-47.62%)
Mutual labels:  spring-cloud
robert
基于SpringCloud的企业级微服务多租户系统、多语言的脚手架, 代码组件化、高内聚低耦合,代码简介,注释丰富容易上手,该项目包括用于开发分布式应用程序服务的必要组件,支持多应用程序访问,并使开发人员可以轻松地使用Spring Cloud编程模型来开发分布式应用程序服务。
Stars: ✭ 45 (+7.14%)
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 (-66.67%)
Mutual labels:  spring-cloud
spring-cloud-boilerplate
The discovery & gateway boilerplate based on spring-cloud with spring security.
Stars: ✭ 12 (-71.43%)
Mutual labels:  spring-cloud
lua-resty-eureka-client
A Netflix Eureka client for OpenResty/ngx_lua
Stars: ✭ 18 (-57.14%)
Mutual labels:  spring-cloud
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (+14.29%)
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 (-40.48%)
Mutual labels:  spring-cloud
sample-spring-cloud-stream
sample microservices communicating asynchronously using spring cloud stream, rabbitmq
Stars: ✭ 22 (-47.62%)
Mutual labels:  spring-cloud
coderiver-java
CodeRiver java repository
Stars: ✭ 25 (-40.48%)
Mutual labels:  spring-cloud
javayh-platform
javayh-platform 使用Springboot2.2.6为开发脚手架,SpringCloud为云端服务框架,Nacos为注册中心、分布式配置管理中心,Oauth2协议实现统一授权,Mybatis作为持久层框架,提供了代码生成器,SQL防注入,SwaggerAPI文档,Redis 作为缓存服务等强大的功能
Stars: ✭ 32 (-23.81%)
Mutual labels:  spring-cloud
Azure-Spring-Cloud-Samples
Sample projects for Azure Spring Cloud
Stars: ✭ 42 (+0%)
Mutual labels:  spring-cloud
spring-cloud-alibaba-component
Sample of Spring Cloud Alibaba component
Stars: ✭ 50 (+19.05%)
Mutual labels:  spring-cloud
tictactoe-microservices-example
An example of Spring Cloud Microservices application based on books (see Links section)
Stars: ✭ 23 (-45.24%)
Mutual labels:  spring-cloud
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (-16.67%)
Mutual labels:  spring-cloud
spring-interview-questions
500+ Spring-Boot Interview Questions
Stars: ✭ 269 (+540.48%)
Mutual labels:  spring-cloud
spring-petclinic-microservices
Distributed version of Spring Petclinic built with Spring Cloud
Stars: ✭ 55 (+30.95%)
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 (+50%)
Mutual labels:  spring-cloud

项目简介

本项目是《使用Spring Cloud与Docker实战微服务》:

http://git.oschina.net/itmuch/spring-cloud-book

http://www.github.com/eacdy/spring-cloud-book

Docker章节的配套代码,如有疑问,请移步至spring-cloud-book地址。

微服务架构交流QQ群:157525002,欢迎加入。

微服务架构讨论社区:http://ask.itmuch.com/,欢迎加入。

内容主要包含:

微服务角色 对应的技术选型
注册中心(Register Server) Eureka
服务提供者 spring mvc、spring-data-jpa、h2等
服务消费者 Ribbon消费服务提供者的接口
熔断器 Hystrix,包括Hystrix Dashboard以及Turbine
API Gateway Zuul

本篇旨在使用spring-cloud和docker构建一个最为简单的运行环境,有关Spring Cloud的系统讲解,请前往

http://git.oschina.net/itmuch/spring-cloud-book

http://www.github.com/eacdy/spring-cloud-book

准备

环境准备:

工具 版本或描述
JDK 1.8
IDE STS 或者 IntelliJ IDEA
Maven 3.x
Docker 1.12.1

主机规划:

项目名称 端口 描述 URL
microservice-api-gateway 8050 API Gateway 详见文章
microservice-consumer-movie-ribbon-with-hystrix 8011 Ribbon Hystrix Demo /ribbon/1
microservice-discovery-eureka 8761 注册中心 /
microservice-hystrix-dashboard 8030 hystrix监控 /hystrix.stream
microservice-hystrix-turbine 8031 turbine /turbine.stream
microservice-provider-user 8000 服务提供者 /1
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].