Code Monkey home page Code Monkey logo

spring-cloud-book's Introduction

使用Spring Cloud与Docker实战微服务

本文是对Spring Cloud和Docker的实战与总结 ,目前在Git@OSC 以及Github 上同步更新。

阅读地址:虽然可直接在Git@OSC/GitHub上直接阅读。但是建议使用GitBook,阅读体验更好。

愿景

  • Spring Cloud核心组件的系统讲解

  • 帮助大家快速上手,理解Spring Cloud各组件的用途

  • Docker入门

  • 系统了解微服务

  • 迭代计划

    1. 如何使用Docker部署Spring Cloud应用。
    2. 持续集成
    3. 自动运维
    4. 开箱可用的脚手架项目汇总
    5. Spring Cloud最佳实践总结

转载协议

本开源书由周立http://www.itmuch.com 贡献给Spring For All社区http://www.spring4all.com ,版权为个人及社区所有。欢迎转载。

本开源书采用 CC BY 3.0 CN协议 进行许可。 可自由转载、引用,但需署名作者且注明文章出处(http://www.itmuch.com)。如转载至微信公众号,请在添加作者公众号二维码。

个人公众号 社区公众号

答疑&勘误&建议&意见

Spring For All社区QQ群

  • ①群: 365234583(已满 1000人群)
  • ②群: 123013854(已满 1000人群)
  • ③群: 290714704(未满 500人群)
  • ④群: 112133511(未满 500人群)
  • ⑤群: 157525002(未满 2000人群)
  • ⑥群: 564840207(未满 2000人群)
  • ⑦群: 470962790(已满 2000人群)
  • ⑧群: 613456104(已满 500人群)
  • ⑨群: 534583667(未满 1000人群)
  • ⑩群: 210742970(未满 500人群)

地址

本书地址

配套代码地址

实体书

  • 实体书《Spring Cloud与Docker微服务实战》上市啦!实体书基于Spring Cloud Camden SR4&Docker 1.13编写!京东购买链接:

鸣谢

捐助名单 捐助金额 捐助方式
牛牛 200 微信红包
10 支付宝转账
Жуковаский 30 支付宝转账

S1ahs3r、Leoops、牛牛、还有通过git@osc项目捐助的兄弟!

感谢其为项目作出的贡献!都是热心的兄弟!

spring-cloud-book's People

Contributors

eacdy avatar lizhe2004 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring-cloud-book's Issues

mac下build提示 I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory

九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {}->unix://localhost:80
九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {}->unix://localhost:80
九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
九月 07, 2016 2:44:28 下午 org.apache.http.impl.execchain.RetryExec execute
信息: Retrying request to {}->unix://localhost:80
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.686 s
[INFO] Finished at: 2016-09-07T14:44:28+08:00
[INFO] Final Memory: 47M/487M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.12:build (default-cli) on project microservice-discovery-eureka: Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

在跟我学Spring Cloud(Finchley版)-11-Feign常见问题总结 遇到的问题

  1. 根据整合Hystrix的监控的示例中(Hystrix Stream监控信息),添加了相关的依赖,注解及配置文件。但是我在启动这个服务的时候却报出 java.lang.ClassNotFoundException: com.netflix.hystrix.contrib.javanica.aop.aspectj.HystrixCommandAspect 这个异常。

  2. 我测试的结果是@EnableCircuitBreaker 这个注解导致的问题。但是我不知道该如何解决或者是我少添加某个依赖?

  • 细节

我有两个微服务 一个是movie 一个是user ,我正在通过movie的服务调用user 使用feignClient .
http://www.itmuch.com/spring-cloud/finchley-11/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.