spring Cloud Alibaba 简介 Github: https://github.com/alibaba/spring-cloud-alibaba/blob/master/README-zh.md Spring Cloud Alibaba为分布式应用程序开发提供了一站式解决方案。它包含开 ...
分类:
编程语言 时间:
2020-05-10 10:22:37
阅读次数:
74
参考 https://www.cnblogs.com/huchong/p/9088611.html https://cloud.tencent.com/developer/article/1172218 https://www.cnblogs.com/huchong/p/9088611.html 目 ...
分类:
其他好文 时间:
2020-05-08 20:10:01
阅读次数:
120
前言 我之前的工作中一直在用 Elastic Job 来做任务调度。这也是大家为什么能在我的书籍《Spring Cloud 微服务 入门 实战与进阶》中看到 Elastic Job 的章节。 从 2017 的 2.1.5 版本之后 Elastic Job 没再更新过。我们在做技术选型的时候,对框架的 ...
分类:
其他好文 时间:
2020-05-08 13:16:18
阅读次数:
77
我是风筝,公众号「古时的风筝」,一个不只有技术的技术公众号,一个在程序圈混迹多年,主业 Java,另外 Python、React 也玩儿的 6 的斜杠开发者。 Spring Cloud 系列文章已经完成,可以到 "我的github" 上查看系列完整内容。也可以在公众号内回复「pdf」获取我精心制作的 ...
分类:
Web程序 时间:
2020-05-08 11:23:43
阅读次数:
205
1.安装前最好确认自己的 gcc 有咩有 版本是多少 gcc -v , 没有的话就安装 https://cloud.189.cn/t/mEreYbbuUjIr 这是下载链接 https://www.cnblogs.com/xiyushimei/p/8550930.html 这是安装教程 2. 这是r ...
分类:
其他好文 时间:
2020-05-08 09:57:32
阅读次数:
384
Spring Cloud Alibaba各组件版本关系 | Spring Cloud Alibaba Version | Sentinel Version | Nacos Version | RocketMQ Version | Dubbo Version | Seata Version | | | ...
分类:
编程语言 时间:
2020-05-08 09:33:23
阅读次数:
94
There are lots of "tutorials" about promise in the internet. Recently I am studying the frontend code of SAP Cloud for Customer and I come across a re ...
分类:
其他好文 时间:
2020-05-07 22:58:06
阅读次数:
71
错误描述: 服务间调用的时候 总是不通 feign.RetryableException: connect timed out executing POST http://common-service/supplywater/deviceManage/keyUnitData 原因、; 以zookee ...
分类:
编程语言 时间:
2020-05-07 15:34:16
阅读次数:
76
spring-cloud-starter-gateway依赖与mvc是不兼容的,如果要引用spring-boot-starter-web需要把mvc排除 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri ...
分类:
编程语言 时间:
2020-05-07 13:56:50
阅读次数:
142
Spring Cloud Stream介绍 Spring Cloud Stream,官方定义Spring Cloud Stream是一个构建消息驱动微服务的框架 应用程序通过 inputs 或者 outputs 来与 Spring Cloud Stream 中的binder对象交互,通过配置bind ...
分类:
编程语言 时间:
2020-05-07 00:25:01
阅读次数:
104